26 lines
718 B
PHP
26 lines
718 B
PHP
<?php
|
|
// This file is generated. Do not modify it manually.
|
|
return array(
|
|
'decouvrez-prochainement' => array(
|
|
'$schema' => 'https://schemas.wp.org/trunk/block.json',
|
|
'apiVersion' => 3,
|
|
'name' => 'carhop-blocks/decouvrez-prochainement',
|
|
'version' => '0.1.0',
|
|
'title' => 'Découvrez Prochainement',
|
|
'category' => 'carhop-blocks',
|
|
'icon' => 'smiley',
|
|
'description' => 'Découvrez les prochaines parutions de la revue Dynamiques.',
|
|
'example' => array(
|
|
|
|
),
|
|
'supports' => array(
|
|
'html' => false
|
|
),
|
|
'textdomain' => 'localisation-map',
|
|
'editorScript' => 'file:./index.js',
|
|
'editorStyle' => 'file:./index.css',
|
|
'style' => 'file:./style-index.css',
|
|
'render' => 'file:./render.php'
|
|
)
|
|
);
|