feat: prima versione del plugin, blocco e shortcode con iframe stampato lato server
This commit is contained in:
commit
5c73bbc2b8
20 changed files with 1562 additions and 0 deletions
22
blocks/eventi/index.asset.php
Normal file
22
blocks/eventi/index.asset.php
Normal 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',
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue