Skip to content

Commit

Permalink
change(blocks): remove restriction in layout settings block
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed May 23, 2023
1 parent 979ed1e commit c3b01f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/manage/Blocks/LayoutSettings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ export default (config) => {
view: LayoutSettingsView,
edit: LayoutSettingsEdit,
schema: BlockSettingsSchema,
restricted: ({ properties }) => {
return !!properties['@type'];
},
restricted: false,
mostUsed: true,
blockHasOwnFocusManagement: true,
sidebarTab: 1,
Expand Down

0 comments on commit c3b01f6

Please sign in to comment.