Skip to content

Commit

Permalink
Remove settings from block that are not currently relevant.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Sep 10, 2024
1 parent 19d29ba commit a5c47b2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
11 changes: 0 additions & 11 deletions build/blocks/event-date/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@
},
"textAlign": {
"type": "string"
},
"format": {
"type": "string"
},
"isLink": {
"type": "boolean",
"default": false
},
"displayType": {
"type": "string",
"default": "date"
}
},
"supports": {
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/event-date/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('moment', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n'), 'version' => 'a6fc4c7f4814d07a6485');
<?php return array('dependencies' => array('moment', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n'), 'version' => 'a6ff17da1e87a7cfbb77');
Loading

0 comments on commit a5c47b2

Please sign in to comment.