25 lines
610 B
PHP
25 lines
610 B
PHP
<?php
|
|
// This file is generated. Do not modify it manually.
|
|
return array(
|
|
'theatergf-gallery' => array(
|
|
'$schema' => 'https://schemas.wp.org/trunk/block.json',
|
|
'apiVersion' => 3,
|
|
'name' => 'theatergf/theatergf-gallery',
|
|
'version' => '0.1.0',
|
|
'title' => 'Gallery',
|
|
'category' => 'media',
|
|
'example' => array(
|
|
|
|
),
|
|
'supports' => array(
|
|
'html' => false
|
|
),
|
|
'textdomain' => 'theatergf-gallery',
|
|
'editorScript' => 'file:./index.js',
|
|
'editorStyle' => 'file:./index.css',
|
|
'style' => 'file:./style-index.css',
|
|
'render' => 'file:./render.php',
|
|
'viewScript' => 'file:./view.js'
|
|
)
|
|
);
|