22 lines
499 B
PHP
22 lines
499 B
PHP
<?php
|
|
/**
|
|
* Dependencies of the editor script.
|
|
*
|
|
* Normally this file is generated by @wordpress/scripts. There is no build
|
|
* step here (index.js is plain, readable JavaScript), so the list is written
|
|
* by hand: it is what index.js reads off the wp.* globals, nothing more.
|
|
*
|
|
* @package PiazzaInFesta
|
|
*/
|
|
|
|
return array(
|
|
'dependencies' => array(
|
|
'wp-blocks',
|
|
'wp-block-editor',
|
|
'wp-components',
|
|
'wp-element',
|
|
'wp-i18n',
|
|
'wp-server-side-render',
|
|
),
|
|
'version' => '1.0.0',
|
|
);
|