31 lines
785 B
PHP
31 lines
785 B
PHP
<?php
|
|
// This file is generated. Do not modify it manually.
|
|
return array(
|
|
'article-container' => array(
|
|
'$schema' => 'https://schemas.wp.org/trunk/block.json',
|
|
'apiVersion' => 3,
|
|
'name' => 'dynamiques-blocks/article-container',
|
|
'version' => '0.1.0',
|
|
'title' => 'Article Container',
|
|
'category' => 'dynamiques-blocks',
|
|
'icon' => 'smiley',
|
|
'description' => 'Example block scaffolded with Create Block tool.',
|
|
'example' => array(
|
|
|
|
),
|
|
'supports' => array(
|
|
'html' => false
|
|
),
|
|
'textdomain' => 'article-container',
|
|
'editorScript' => 'file:./index.js',
|
|
'editorStyle' => 'file:./index.css',
|
|
'style' => 'file:./style-index.css',
|
|
'viewScript' => 'file:./view.js',
|
|
'attributes' => array(
|
|
'relatedPostId' => array(
|
|
'type' => 'number'
|
|
)
|
|
)
|
|
)
|
|
);
|