Skip to content
Snippets Groups Projects

Issue #3484065 by grimreaper: Rework carousel item

6 files
+ 28
12
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -19,7 +19,7 @@ carousel:
@@ -19,7 +19,7 @@ carousel:
with_controls:
with_controls:
type: "boolean"
type: "boolean"
label: "With controls?"
label: "With controls?"
description: "Adding in the previous and next controls"
description: "Adding in the previous and next controls."
preview: true
preview: true
allow_expose: true
allow_expose: true
allow_token: true
allow_token: true
@@ -56,6 +56,8 @@ carousel:
@@ -56,6 +56,8 @@ carousel:
preview:
preview:
- type: "pattern"
- type: "pattern"
id: "carousel_item"
id: "carousel_item"
 
settings:
 
active: true
fields:
fields:
image:
image:
theme: "image"
theme: "image"
@@ -69,6 +71,8 @@ carousel:
@@ -69,6 +71,8 @@ carousel:
value: "Nulla vitae elit libero, a pharetra augue mollis interdum."
value: "Nulla vitae elit libero, a pharetra augue mollis interdum."
- type: "pattern"
- type: "pattern"
id: "carousel_item"
id: "carousel_item"
 
settings:
 
interval: 10000
fields:
fields:
image:
image:
theme: "image"
theme: "image"
Loading