carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/our-collection/build/blocks-manifest.php
2025-11-17 15:17:50 +01:00

36 lines
852 B
PHP

<?php
// This file is generated. Do not modify it manually.
return array(
'our-collection' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'carhop-blocks/our-collection',
'version' => '0.1.0',
'title' => 'Notre collection',
'category' => 'carhop-blocks',
'icon' => 'products',
'description' => 'Bloc pour afficher la collection de produits',
'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',
'attributes' => array(
'imageId' => array(
'type' => 'number',
'default' => 0
),
'imageUrl' => array(
'type' => 'string',
'default' => ''
)
)
)
);