first version
This commit is contained in:
37
site/blueprints/files/image.yml
Normal file
37
site/blueprints/files/image.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
title: Image
|
||||
|
||||
columns:
|
||||
- width: 1/2
|
||||
sections:
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
caption:
|
||||
label: Caption
|
||||
type: textarea
|
||||
size: medium
|
||||
- width: 1/2
|
||||
sections:
|
||||
meta:
|
||||
type: fields
|
||||
fields:
|
||||
alt:
|
||||
label: Alternative Text
|
||||
type: text
|
||||
photographer:
|
||||
label: Photogapher
|
||||
type: text
|
||||
width: 2/3
|
||||
license:
|
||||
label: License
|
||||
type: select
|
||||
width: 1/3
|
||||
options:
|
||||
- Unsplash
|
||||
- CC BY 4.0
|
||||
- CC BY-SA 4.0
|
||||
- CC BY-NC 4.0
|
||||
- CC BY-ND 4.0
|
||||
link:
|
||||
label: Link
|
||||
type: url
|
Reference in New Issue
Block a user