regsite section fix to site_section_id
This commit is contained in:
@@ -5,11 +5,11 @@ export function useSections() {
|
|||||||
console.log('sections', sections, vm)
|
console.log('sections', sections, vm)
|
||||||
sections.forEach((item) => {
|
sections.forEach((item) => {
|
||||||
vm.registerPlugin(
|
vm.registerPlugin(
|
||||||
'section_' + item.section_id,
|
'Sections' + item.site_section_id,
|
||||||
{
|
{
|
||||||
label: item.title,
|
label: item.title,
|
||||||
svg_off: ``,
|
svg_off: ``,
|
||||||
section_id: item.section_id,
|
section_id: item.site_section_id,
|
||||||
image: item.image
|
image: item.image
|
||||||
},
|
},
|
||||||
PagebuilderSectionPlugin
|
PagebuilderSectionPlugin
|
||||||
|
|||||||
Reference in New Issue
Block a user