array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'create-block/custom-block', 'version' => '0.1.0', 'title' => 'Custom Block', 'category' => 'widgets', 'icon' => 'smiley', 'description' => 'Example block scaffolded with Create Block tool.', 'example' => array( ), 'supports' => array( 'html' => false ), 'textdomain' => 'custom-block', 'editorScript' => 'file:./index.js', 'editorStyle' => 'file:./index.css', 'style' => 'file:./style-index.css', 'viewScript' => 'file:./view.js' ) );