Added support for reusable section

This commit is contained in:
Henrik Larsson
2023-05-16 09:44:01 +02:00
parent a740f19f8a
commit 47b0df33d4
3 changed files with 35 additions and 12 deletions

View File

@@ -146,8 +146,16 @@ export const reusableSection = `
_type == 'reusableSection' => {
disabled,
_type,
_key,
title
title,
section {
existingSection-> {
section {
sectionType[] {
${modules}
}
}
}
}
}
`