feat: add possibility to change image size at text image element

This commit is contained in:
2024-12-14 23:50:42 +01:00
parent ee73d44aaf
commit bed54e120b
5 changed files with 62 additions and 32 deletions

View File

@@ -1,11 +1,12 @@
name: cloonar/textimage
typeName: cloonar_textimage
group: default
prefixFields: true
prefixType: full
prefixFields: false
fields:
- identifier: header
useExistingField: true
- identifier: subheader
useExistingField: true
- identifier: bodytext
type: Textarea
enableRichtext: true
@@ -17,3 +18,12 @@ fields:
useExistingField: true
- identifier: imageorient
useExistingField: true
- identifier: imagesize
type: Select
renderType: selectSingle
default: 2
items:
- label: 25%
value: 1
- label: 50%
value: 2