Skip to content

Commit c76b5df

Browse files
committed
Block updates
1 parent b499838 commit c76b5df

File tree

29 files changed

+475
-259
lines changed

29 files changed

+475
-259
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => 'df6a61d80bfbef1bfd2f');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => '7034904210e64b0a502f');

includes/blocks/build/alerts/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.

includes/blocks/build/articles/block.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@
3535
"title": {
3636
"type": "string",
3737
"default": ""
38+
},
39+
"showHeading": {
40+
"type": "boolean",
41+
"default": true
42+
},
43+
"headingLevel": {
44+
"type": "string",
45+
"default": "h2"
3846
}
3947
},
4048
"example": {},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-i18n', 'wp-server-side-render'), 'version' => 'fdd6590102694fbba66d');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-i18n', 'wp-server-side-render'), 'version' => 'c5c80902d86a29ef14d1');

0 commit comments

Comments
 (0)