Files
Dominik Polakovics af66646775
All checks were successful
Build / build (push) Successful in 4m4s
Build / deploy-stage (push) Successful in 2m40s
Build / switch-stage (push) Successful in 1m56s
feat: add url to site config, add webp support, change image sizing
2024-12-15 01:27:03 +01:00

29 lines
641 B
YAML

name: cloonar/textimage
typeName: cloonar_textimage
group: default
prefixFields: false
fields:
- identifier: header
useExistingField: true
- identifier: subheader
useExistingField: true
- identifier: bodytext
type: Textarea
enableRichtext: true
useExistingField: true
- identifier: image
type: File
properties:
allowed: [jpg, jpeg, png, gif, webp]
useExistingField: true
- identifier: imageorient
useExistingField: true
- identifier: imagesize
type: Select
renderType: selectSingle
default: 2
items:
- label: 25%
value: 1
- label: 50%
value: 2