mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
44 lines
678 B
YAML
44 lines
678 B
YAML
---
|
|
label: content-feature
|
|
hide_body: false
|
|
fields:
|
|
- type: text
|
|
hidden: true
|
|
label: block
|
|
name: block
|
|
default: feature-1
|
|
- type: textarea
|
|
name: headline
|
|
label: Headline
|
|
config:
|
|
wysiwyg: true
|
|
schema:
|
|
format: html
|
|
- type: textarea
|
|
name: content
|
|
label: Content
|
|
config:
|
|
wysiwyg: true
|
|
schema:
|
|
format: html
|
|
- type: field_group
|
|
name: media
|
|
label: Featured Media
|
|
fields:
|
|
- type: file
|
|
name: image
|
|
label: Image
|
|
- type: text
|
|
name: alt_text
|
|
label: Alt text
|
|
- type: select
|
|
name: media_alignment
|
|
config:
|
|
source:
|
|
type: simple
|
|
options:
|
|
- Left
|
|
- Right
|
|
label: Media Alignment
|
|
default: Right
|