Initial commit
This commit is contained in:
34
kirby-baukasten-main/site/blueprints/fields/link.yml
Normal file
34
kirby-baukasten-main/site/blueprints/fields/link.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
label: field.link.label
|
||||
type: object
|
||||
empty: field.link.empty
|
||||
columns:
|
||||
label:
|
||||
width: 1/2
|
||||
link:
|
||||
width: 1/2
|
||||
fields:
|
||||
label:
|
||||
label: field.link.label.label
|
||||
type: text
|
||||
width: 1/3
|
||||
link:
|
||||
label: field.link.link.label
|
||||
type: link
|
||||
width: 2/3
|
||||
options:
|
||||
- url
|
||||
- page
|
||||
- file
|
||||
- email
|
||||
- tel
|
||||
newTab:
|
||||
label: field.link.newTab.label
|
||||
type: toggle
|
||||
width: 1/3
|
||||
default: false
|
||||
anchor:
|
||||
label: field.link.anchor.label
|
||||
type: slug
|
||||
icon: false
|
||||
width: 2/3
|
||||
before: "#"
|
||||
Reference in New Issue
Block a user