carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/subscribe-infolettre/build/blocks-manifest.php
Antoine M e2a7b57b35
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Refactoring block to handle render.php and Handling title trhought Richtext component
2025-06-04 10:04:33 +02:00

33 lines
830 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// This file is generated. Do not modify it manually.
return array(
'subscribe-infolettre' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'carhop-blocks/subscribe-infolettre',
'version' => '0.1.0',
'title' => 'Infolettre',
'category' => 'carhop-blocks',
'icon' => 'smiley',
'description' => 'Infolettre',
'example' => array(
),
'supports' => array(
'html' => false
),
'textdomain' => 'subscribe-infolettre',
'editorScript' => 'file:./index.js',
'editorStyle' => 'file:./index.css',
'style' => 'file:./style-index.css',
'viewScript' => 'file:./view.js',
'render' => 'file:./render.php',
'attributes' => array(
'title' => array(
'type' => 'string',
'default' => 'Restez connectés à lhistoire sociale'
)
)
)
);