feature: Initial commit

This commit is contained in:
Keith Solomon
2026-04-13 20:06:32 -05:00
commit 351dc06ec4
38 changed files with 8138 additions and 0 deletions
+17
View File
@@ -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',
);