enqueuing new developped blocks
This commit is contained in:
parent
1d97c1d5a4
commit
118b4e96ea
10
index.php
10
index.php
|
|
@ -3,14 +3,8 @@
|
|||
/**
|
||||
* Plugin Name: Homegrade Blocks
|
||||
* Description: Un série de Blocks sur mesure pour l'écriture du contenu Homegrade
|
||||
* Requires at least: 6.1
|
||||
* Requires PHP: 7.0
|
||||
* Version: 0.1.0
|
||||
* Author: Deligraph
|
||||
* License: GPL-2.0-or-later
|
||||
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
* Text Domain: multiblocks
|
||||
*
|
||||
* Text Domain: homegrade-blocks__texte-fonctionnel
|
||||
*/
|
||||
|
||||
/* ---------------------------
|
||||
|
|
@ -45,6 +39,7 @@ function create_block_multiblocks_block_init()
|
|||
register_block_type(__DIR__ . '/blocks/vocabulaire-summary/build');
|
||||
register_block_type(__DIR__ . '/blocks/focused-schema/build');
|
||||
register_block_type(__DIR__ . '/blocks/focused-thematique/build');
|
||||
register_block_type(__DIR__ . '/blocks/content-page-header/build');
|
||||
// register_block_type(__DIR__ . '/blocks/illustration-thematique/build');
|
||||
|
||||
// Statics
|
||||
|
|
@ -55,6 +50,7 @@ function create_block_multiblocks_block_init()
|
|||
register_block_type(__DIR__ . '/blocks/aside/build');
|
||||
register_block_type(__DIR__ . '/blocks/plus-loin/build');
|
||||
register_block_type(__DIR__ . '/blocks/chapitrage-thematique/build');
|
||||
register_block_type(__DIR__ . '/blocks/timeline/build');
|
||||
// register_block_type(__DIR__ . '/blocks/table/build');
|
||||
}
|
||||
add_action('init', 'create_block_multiblocks_block_init');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user