carhop__plugins__PROD-DEV/plugins/dynamiques-blocks/blocks/nos-recommandations/build/blocks-manifest.php
Antoine M 7750f53d19
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Introducing featured revues
2025-10-14 15:53:09 +02:00

26 lines
714 B
PHP

<?php
// This file is generated. Do not modify it manually.
return array(
'nos-recommandations' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'dynamiques-blocks/nos-recommandations',
'version' => '0.1.0',
'title' => 'Recommandations',
'category' => 'dynamiques-blocks',
'icon' => 'smiley',
'description' => 'Bloc pour afficher les recommandations sur la page d\'acceuil',
'example' => array(
),
'supports' => array(
'html' => false
),
'textdomain' => 'nos-recommandations',
'editorScript' => 'file:./index.js',
'editorStyle' => 'file:./index.css',
'style' => 'file:./style-index.css',
'render' => 'file:./render.php'
)
);