carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/localisation-map/build/blocks-manifest.php
Antoine M da65a622b4
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Introducing the map component
2025-10-02 14:22:58 +02:00

27 lines
721 B
PHP

<?php
// This file is generated. Do not modify it manually.
return array(
'localisation-map' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'carhop-blocks/localisation-map',
'version' => '0.1.0',
'title' => 'Localisation Map',
'category' => 'carhop-blocks',
'icon' => 'smiley',
'description' => 'Example block scaffolded with Create Block tool.',
'example' => array(
),
'supports' => array(
'html' => false
),
'textdomain' => 'localisation-map',
'editorScript' => 'file:./index.js',
'editorStyle' => 'file:./index.css',
'style' => 'file:./style-index.css',
'viewScript' => 'file:./view.js',
'render' => 'file:./render.php'
)
);