Skip to content
Snippets Groups Projects
Commit 3dae6e15 authored by Pierre Dureau's avatar Pierre Dureau
Browse files

Issue #3348023: Props must be settings instead of fields

parent a278ad11
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,12 @@ button:
label: Label
description: The button label
preview: Submit
settings:
url:
type: text
type: url
label: URL
description: The button URL. Optional.
preview: http://example.com
settings:
size:
label: Size
description: Buttons can be 4 different sizes, if no size is declared they will be the large size.
......
......@@ -11,6 +11,11 @@ card:
large:
label: Large
settings:
link:
type: url
label: "Block link"
description: "URL of a Web link, which is wrapping the card"
preview: "#"
heading_level:
type: select
label: "Heading level"
......@@ -31,11 +36,6 @@ card:
"16-9": "16:9"
preview: ""
fields:
link:
type: "url"
label: "Block link"
description: "URL of a Web link, which is wrapping the card"
preview: "#"
image:
type: "render"
label: "Image"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment