carhop__plugins__PROD-DEV/plugins/dynamiques-blocks/blocks/sitemap/build/blocks-manifest.php
Antoine M 087f58bb5d
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE introducing the site map block
2025-10-15 09:49:08 +02:00

26 lines
640 B
PHP

<?php
// This file is generated. Do not modify it manually.
return array(
'sitemap' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'dynamiques-blocks/sitemap',
'version' => '0.1.0',
'title' => 'Sitemap',
'category' => 'dynamiques-blocks',
'icon' => 'smiley',
'description' => 'Pour afficher une carte du site',
'example' => array(
),
'supports' => array(
'html' => false
),
'textdomain' => 'sitemap',
'editorScript' => 'file:./index.js',
'editorStyle' => 'file:./index.css',
'style' => 'file:./style-index.css',
'render' => 'file:./render.php'
)
);