REFACTOR Moving component from dynamiques-blocks to carhop-blocks

This commit is contained in:
Antoine M 2026-03-20 17:11:26 +01:00
parent 56db874fc3
commit ccc2d0008f

View File

@ -37,28 +37,6 @@ return array(
)
)
),
'explore-tags' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'dynamiques-blocks/explore-tags',
'version' => '0.1.0',
'title' => 'Explore Tags',
'category' => 'dynamiques-blocks',
'icon' => 'smiley',
'description' => 'Example block scaffolded with Create Block tool.',
'example' => array(
),
'supports' => array(
'html' => false
),
'textdomain' => 'explore-tags',
'editorScript' => 'file:./index.js',
'editorStyle' => 'file:./index.css',
'style' => 'file:./style-index.css',
'viewScript' => 'file:./view.js',
'render' => 'file:./render.php'
),
'interview' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,