FEATURE Add random collection image block registration
This commit is contained in:
parent
20f4b9fe73
commit
3520d637dc
|
|
@ -29,7 +29,7 @@ function create_block_dynamiques_blocks_block_init()
|
||||||
register_block_type(__DIR__ . '/acf-blocks/team-authors');
|
register_block_type(__DIR__ . '/acf-blocks/team-authors');
|
||||||
register_block_type(__DIR__ . '/acf-blocks/team-dynamiques');
|
register_block_type(__DIR__ . '/acf-blocks/team-dynamiques');
|
||||||
register_block_type(__DIR__ . '/acf-blocks/statistics-datas');
|
register_block_type(__DIR__ . '/acf-blocks/statistics-datas');
|
||||||
|
register_block_type(__DIR__ . '/acf-blocks/random-collection-image');
|
||||||
|
|
||||||
if (function_exists('wp_register_block_metadata_collection')) {
|
if (function_exists('wp_register_block_metadata_collection')) {
|
||||||
wp_register_block_metadata_collection(__DIR__ . '/build', __DIR__ . '/build/blocks-manifest.php');
|
wp_register_block_metadata_collection(__DIR__ . '/build', __DIR__ . '/build/blocks-manifest.php');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user