feat: prima versione del plugin, blocco e shortcode con iframe stampato lato server

This commit is contained in:
Lorenzo Iovino 2026-09-04 15:32:47 +02:00
commit 5c73bbc2b8
20 changed files with 1562 additions and 0 deletions

View file

@ -0,0 +1,22 @@
<?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',
);