Skip to content

Commit 545ea9b

Browse files
authored
Merge pull request #4 from troychaplin/review/cleanup
Review/cleanup
2 parents 3e4e40c + 36888c4 commit 545ea9b

20 files changed

Lines changed: 531 additions & 448 deletions

build/block.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,6 @@
1313
"priority",
1414
"responsive"
1515
],
16-
"supports": {
17-
"html": false,
18-
"align": [
19-
"wide",
20-
"full"
21-
],
22-
"spacing": {
23-
"margin": true,
24-
"padding": true
25-
},
26-
"color": {
27-
"background": true
28-
}
29-
},
3016
"attributes": {
3117
"moreLabel": {
3218
"type": "string",

build/blocks-manifest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@
1616
'priority',
1717
'responsive'
1818
),
19-
'supports' => array(
20-
'html' => false,
21-
'align' => array(
22-
'wide',
23-
'full'
24-
),
25-
'spacing' => array(
26-
'margin' => true,
27-
'padding' => true
28-
),
29-
'color' => array(
30-
'background' => true
31-
)
32-
),
3319
'attributes' => array(
3420
'moreLabel' => array(
3521
'type' => 'string',

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => '9e152c557264483053f1');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => 'ef033ea779e09cc8622b');

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/style-index-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)