✨feature: Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Block asset metadata.
|
||||
*
|
||||
* @package LogoSoup
|
||||
*/
|
||||
|
||||
return array(
|
||||
'dependencies' => array(
|
||||
'wp-block-editor',
|
||||
'wp-blocks',
|
||||
'wp-components',
|
||||
'wp-element',
|
||||
'wp-i18n',
|
||||
),
|
||||
'version' => '0.1.0',
|
||||
);
|
||||
Reference in New Issue
Block a user