cutting layout page has tabs for each fabric type. parts duplication
This commit is contained in:
parent
cd034a7cf3
commit
29e3ba6323
12 changed files with 224 additions and 158 deletions
|
@ -117,6 +117,9 @@ const basePlugin = ({
|
|||
version,
|
||||
hooks: {
|
||||
preLayout: function (pattern) {
|
||||
if (!responsiveColumns) {
|
||||
pattern.settings[0].maxWidth = sheetWidth
|
||||
}
|
||||
// Add part
|
||||
pattern.addPart({
|
||||
name: partName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue