1
0
Fork 0

cutting layout page has tabs for each fabric type. parts duplication

This commit is contained in:
Enoch Riese 2023-02-27 17:47:34 -06:00
parent cd034a7cf3
commit 29e3ba6323
12 changed files with 224 additions and 158 deletions

View file

@ -117,6 +117,9 @@ const basePlugin = ({
version,
hooks: {
preLayout: function (pattern) {
if (!responsiveColumns) {
pattern.settings[0].maxWidth = sheetWidth
}
// Add part
pattern.addPart({
name: partName,