carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/decouvrez-prochainement/build/blocks-manifest.php
Antoine M a3a57e92da
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Introducing pre-filled decouvrez-prochainement block
2025-10-20 16:28:50 +02:00

26 lines
718 B
PHP

<?php
// This file is generated. Do not modify it manually.
return array(
'decouvrez-prochainement' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'carhop-blocks/decouvrez-prochainement',
'version' => '0.1.0',
'title' => 'Découvrez Prochainement',
'category' => 'carhop-blocks',
'icon' => 'smiley',
'description' => 'Découvrez les prochaines parutions de la revue Dynamiques.',
'example' => array(
),
'supports' => array(
'html' => false
),
'textdomain' => 'localisation-map',
'editorScript' => 'file:./index.js',
'editorStyle' => 'file:./index.css',
'style' => 'file:./style-index.css',
'render' => 'file:./render.php'
)
);