carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/scroll-story-block/build/blocks-manifest.php
2025-06-30 15:56:19 +02:00

26 lines
672 B
PHP

<?php
// This file is generated. Do not modify it manually.
return array(
'build' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'carhop-blocks/scroll-story-block',
'version' => '0.1.0',
'title' => 'Section défilante animée',
'category' => 'carhop-blocks',
'icon' => 'format-quote',
'description' => 'Une section défilante animée',
'example' => array(
),
'supports' => array(
'html' => false
),
'textdomain' => 'carhop-blocks',
'editorScript' => 'file:./index.js',
'editorStyle' => 'file:./index.css',
'style' => 'file:./style-index.css',
'viewScript' => 'file:./view.js'
)
);