carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/picture-of-the-day/build/blocks-manifest.php

26 lines
687 B
PHP

<?php
// This file is generated. Do not modify it manually.
return array(
'picture-of-the-day' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'create-block/picture-of-the-day',
'version' => '0.1.0',
'title' => 'Picture Of The Day',
'category' => 'widgets',
'icon' => 'smiley',
'description' => 'Example block scaffolded with Create Block tool.',
'example' => array(
),
'supports' => array(
'html' => false
),
'textdomain' => 'picture-of-the-day',
'editorScript' => 'file:./index.js',
'editorStyle' => 'file:./index.css',
'style' => 'file:./style-index.css',
'viewScript' => 'file:./view.js'
)
);