| 12345678910111213141516171819202122232425 |
- <?php
- // This file is generated. Do not modify it manually.
- return array(
- 'custom-block' => 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'
- )
- );
|