26 lines
714 B
PHP
26 lines
714 B
PHP
<?php
|
|
// This file is generated. Do not modify it manually.
|
|
return array(
|
|
'nos-recommandations' => array(
|
|
'$schema' => 'https://schemas.wp.org/trunk/block.json',
|
|
'apiVersion' => 3,
|
|
'name' => 'dynamiques-blocks/nos-recommandations',
|
|
'version' => '0.1.0',
|
|
'title' => 'Recommandations',
|
|
'category' => 'dynamiques-blocks',
|
|
'icon' => 'smiley',
|
|
'description' => 'Bloc pour afficher les recommandations sur la page d\'acceuil',
|
|
'example' => array(
|
|
|
|
),
|
|
'supports' => array(
|
|
'html' => false
|
|
),
|
|
'textdomain' => 'nos-recommandations',
|
|
'editorScript' => 'file:./index.js',
|
|
'editorStyle' => 'file:./index.css',
|
|
'style' => 'file:./style-index.css',
|
|
'render' => 'file:./render.php'
|
|
)
|
|
);
|