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