Skip to content

Commit fac28f5

Browse files
committed
update BlockAbstract to use for plugins external blocks, fix assets uri
1 parent e6e7fc6 commit fac28f5

File tree

13 files changed

+47
-355
lines changed

13 files changed

+47
-355
lines changed

blocks/DocPageNav/Block.php

Lines changed: 0 additions & 84 deletions
This file was deleted.

blocks/DocPageNav/block.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

blocks/DocPageNav/src/editor.scss

Lines changed: 0 additions & 10 deletions
This file was deleted.

blocks/DocPageNav/src/index.jsx

Lines changed: 0 additions & 40 deletions
This file was deleted.

blocks/DocPageNav/src/view.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

blocks/DocPageNav/view/child-nav.php

Lines changed: 0 additions & 35 deletions
This file was deleted.

blocks/DocPageNav/view/layout.php

Lines changed: 0 additions & 72 deletions
This file was deleted.

blocks/PricingTable/view/layout.php

Lines changed: 0 additions & 58 deletions
This file was deleted.

blocks/PricingTable/view/no-data.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

config/common/main.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
'blocksDir' => get_stylesheet_directory() . '/blocks/',
1515
'blocksUri' => get_stylesheet_directory_uri() . '/blocks/',
1616
'blocksIcons' => '',
17+
'blocksNamespace' => 'StarterKitBlocks',
1718
'blocksCategorySlug' => 'starter-kit',
1819
'blocksCategoryTitle' => 'StarterKit Blocks',
1920
'blocksViewDir' => 'view/',

0 commit comments

Comments
 (0)