carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/chapo/build/blocks-manifest.php
Antoine M c33dfc4e37
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Introducing new block chapo
2025-10-23 09:59:58 +02:00

38 lines
880 B
PHP

<?php
// This file is generated. Do not modify it manually.
return array(
'chapo' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'carhop-blocks/chapo',
'version' => '0.1.0',
'title' => 'Chapo',
'category' => 'carhop-blocks',
'icon' => 'smiley',
'description' => 'Chapo pour la mise en forme supérieure d\'éléments de contenu',
'example' => array(
),
'supports' => array(
'html' => false,
'color' => array(
'text' => true,
'background' => false,
'link' => false
)
),
'textdomain' => 'chapo',
'editorScript' => 'file:./index.js',
'editorStyle' => 'file:./index.css',
'style' => 'file:./style-index.css',
'viewScript' => 'file:./view.js',
'attributes' => array(
'content' => array(
'type' => 'string',
'source' => 'html',
'selector' => 'p'
)
)
)
);