33 lines
830 B
PHP
33 lines
830 B
PHP
<?php
|
||
// This file is generated. Do not modify it manually.
|
||
return array(
|
||
'subscribe-infolettre' => array(
|
||
'$schema' => 'https://schemas.wp.org/trunk/block.json',
|
||
'apiVersion' => 3,
|
||
'name' => 'carhop-blocks/subscribe-infolettre',
|
||
'version' => '0.1.0',
|
||
'title' => 'Infolettre',
|
||
'category' => 'carhop-blocks',
|
||
'icon' => 'smiley',
|
||
'description' => 'Infolettre',
|
||
'example' => array(
|
||
|
||
),
|
||
'supports' => array(
|
||
'html' => false
|
||
),
|
||
'textdomain' => 'subscribe-infolettre',
|
||
'editorScript' => 'file:./index.js',
|
||
'editorStyle' => 'file:./index.css',
|
||
'style' => 'file:./style-index.css',
|
||
'viewScript' => 'file:./view.js',
|
||
'render' => 'file:./render.php',
|
||
'attributes' => array(
|
||
'title' => array(
|
||
'type' => 'string',
|
||
'default' => 'Restez connectés à l’histoire sociale'
|
||
)
|
||
)
|
||
)
|
||
);
|