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 83492e5 commit 38c9928
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ColumnsBlock/ColumnsLayoutSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const Schema = {
'allowedBlocks',
'required',
'fixed',
'fixedLayout',
'disableNewBlocks',
'readOnly',
'readOnlySettings',
Expand Down Expand Up @@ -53,6 +54,12 @@ const Schema = {
description: 'Disable drag & drop on this block',
type: 'boolean',
},
fixedLayout: {
title: 'Fixed layout',
description:
'Fixed layout, New columns 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 38c9928

Please sign in to comment.