Skip to content

Commit

Permalink
Add fixedLayout settings
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Apr 2, 2021
1 parent d8abe50 commit 8c3936c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/manage/Blocks/Group/LayoutSchema.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const Schema = {
'disableInnerButtons',
'required',
'fixed',
'fixedLayout',
'disableNewBlocks',
'readOnly',
],
Expand Down Expand Up @@ -76,6 +77,12 @@ const Schema = {
description: 'Disable drag & drop on this block',
type: 'boolean',
},
fixedLayout: {
title: 'Fixed layout',
description:
'Fixed layout, New blocks created by Editor within this block will be ignored',
type: 'boolean',
},
disableNewBlocks: {
title: 'Disable new blocks',
description: 'Disable creation of new blocks after this block',
Expand Down

0 comments on commit 8c3936c

Please sign in to comment.