feat: add a textimage element, add news design, add a footer
This commit is contained in:
parent
9f410a339e
commit
52e962ae83
19 changed files with 546 additions and 22 deletions
|
|
@ -0,0 +1,19 @@
|
|||
name: cloonar/textimage
|
||||
typeName: cloonar_textimage
|
||||
group: default
|
||||
prefixFields: true
|
||||
prefixType: full
|
||||
fields:
|
||||
- identifier: header
|
||||
useExistingField: true
|
||||
- identifier: bodytext
|
||||
type: Textarea
|
||||
enableRichtext: true
|
||||
useExistingField: true
|
||||
- identifier: image
|
||||
type: File
|
||||
properties:
|
||||
allowed: [jpg, jpeg, png, gif]
|
||||
useExistingField: true
|
||||
- identifier: imageorient
|
||||
useExistingField: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue