Files
Dominik Polakovics c4d01f2a47
All checks were successful
Build / build (push) Successful in 4m18s
Build / deploy-stage (push) Successful in 4m47s
Build / switch-stage (push) Successful in 2m3s
feat: update image size handling in textimage component for better layout control
2025-06-16 12:44:31 +02:00

31 lines
677 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: 3
items:
- label: 25%
value: 1
- label: 33%
value: 2
- label: 50%
value: 3