mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Added support for reusable section
This commit is contained in:
@@ -146,8 +146,16 @@ export const reusableSection = `
|
||||
_type == 'reusableSection' => {
|
||||
disabled,
|
||||
_type,
|
||||
_key,
|
||||
title
|
||||
title,
|
||||
section {
|
||||
existingSection-> {
|
||||
section {
|
||||
sectionType[] {
|
||||
${modules}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
|
Reference in New Issue
Block a user