Skip to content

Commit

Permalink
Fix incorrect supports property in block index file (#32262)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored and youknowriad committed May 31, 2021
1 parent 5502e4a commit 81812dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/edit-widgets/src/blocks/widget-area/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"inserter": false,
"customClassName": false,
"reusable": false,
"__experimentalToolbar": false
"__experimentalToolbar": false,
"__experimentalParentSelector": false
},
"editorStyle": "wp-block-widget-area-editor",
"style": "wp-block-widget-area"
Expand Down
4 changes: 0 additions & 4 deletions packages/edit-widgets/src/blocks/widget-area/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@ export const settings = {
title: __( 'Widget Area' ),
description: __( 'A widget area container.' ),
__experimentalLabel: ( { name: label } ) => label,
supports: {
// Should show the parent selector for its children or not. Defaults to true.
__experimentalParentSelector: false,
},
edit,
};

0 comments on commit 81812dc

Please sign in to comment.