Hallo liebe Community,
ich versuche gerade Slick Slider in meinem Canopy Theme zu integrieren. Jetzt bin ich bei dem Punkt, dass ich in settings_schema.json diesen Code einfügen soll:
Show More
{
“type”: “header”,
“content”: “Vendor Logo Carousel”
},
{
“type”: “text”,
“id”: “home_vendor_carousel_title”,
“label”: “Vendor Carousel Title”
},
{
“type”: “checkbox”,
“id”: “home_vendor_carousel_enable”,
“label”: “Enable Vendor Carousel”
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_1”,
“label”: “Enable Vendor 1”
},
{
“type”: “text”,
“id”: “home_vendor_name_1”,
“label”: “Vendor link 1”
},
{
“type”: “image”,
“id”: “vendor_logo_1.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_2”,
“label”: “Enable Vendor 2”
},
{
“type”: “text”,
“id”: “home_vendor_name_2”,
“label”: “Vendor link 2”
},
{
“type”: “image”,
“id”: “vendor_logo_2.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_3”,
“label”: “Enable Vendor 3”
},
{
“type”: “text”,
“id”: “home_vendor_name_3”,
“label”: “Vendor link 3”
},
{
“type”: “image”,
“id”: “vendor_logo_3.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_4”,
“label”: “Enable Vendor 4”
},
{
“type”: “text”,
“id”: “home_vendor_name_4”,
“label”: “Vendor link 4”
},
{
“type”: “image”,
“id”: “vendor_logo_4.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_5”,
“label”: “Enable Vendor 5”
},
{
“type”: “text”,
“id”: “home_vendor_name_5”,
“label”: “Vendor link 5”
},
{
“type”: “image”,
“id”: “vendor_logo_5.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_6”,
“label”: “Enable Vendor 6”
},
{
“type”: “text”,
“id”: “home_vendor_name_6”,
“label”: “Vendor link 6”
},
{
“type”: “image”,
“id”: “vendor_logo_6.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_7”,
“label”: “Enable Vendor 7”
},
{
“type”: “text”,
“id”: “home_vendor_name_7”,
“label”: “Vendor link 7”
},
{
“type”: “image”,
“id”: “vendor_logo_7.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_8”,
“label”: “Enable Vendor 8”
},
{
“type”: “text”,
“id”: “home_vendor_name_8”,
“label”: “Vendor link 8”
},
{
“type”: “image”,
“id”: “vendor_logo_8.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_9”,
“label”: “Enable Vendor 9”
},
{
“type”: “text”,
“id”: “home_vendor_name_9”,
“label”: “Vendor link 9”
},
{
“type”: “image”,
“id”: “vendor_logo_9.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_10”,
“label”: “Enable Vendor 10”
},
{
“type”: “text”,
“id”: “home_vendor_name_10”,
“label”: “Vendor link 10”
},
{
“type”: “image”,
“id”: “vendor_logo_10.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_11”,
“label”: “Enable Vendor 11”
},
{
“type”: “text”,
“id”: “home_vendor_name_11”,
“label”: “Vendor link 11”
},
{
“type”: “image”,
“id”: “vendor_logo_11.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
},
{
“type”: “checkbox”,
“id”: “home_vendor_enable_12”,
“label”: “Enable Vendor 12”
},
{
“type”: “text”,
“id”: “home_vendor_name_12”,
“label”: “Vendor link 12”
},
{
“type”: “image”,
“id”: “vendor_logo_12.png”,
“label”: “Icon”,
“max-width”: 1000,
“max-height”: 563
}
Dabei wird mir aber immer die Fehlermeldung “Error: Invalid JSON: unexpected token” angezeigt.
Kann mir jemand sagen, was ich falsch mache/beachten muss und an welcher Stelle ich den Code am besten einfüge?
Danke und liebe Grüße
Simon


