feat: many changes
This commit is contained in:
parent
6e39bc4d9b
commit
41e44d1ed2
17 changed files with 199 additions and 162 deletions
|
|
@ -0,0 +1,35 @@
|
|||
name: cloonar/cards
|
||||
typeName: cloonar_cards
|
||||
group: default
|
||||
prefixFields: true
|
||||
prefixType: full
|
||||
iconIdentifier: 'content-card-container'
|
||||
fields:
|
||||
-
|
||||
identifier: header
|
||||
useExistingField: true
|
||||
-
|
||||
identifier: bodytext
|
||||
type: Textarea
|
||||
enableRichtext: false
|
||||
useExistingField: true
|
||||
-
|
||||
identifier: cards
|
||||
type: Collection
|
||||
labelField: header
|
||||
fields:
|
||||
-
|
||||
identifier: header
|
||||
type: Text
|
||||
-
|
||||
identifier: bodytext
|
||||
type: Textarea
|
||||
enableRichtext: true
|
||||
rows: 15
|
||||
-
|
||||
identifier: images
|
||||
type: File
|
||||
extendedPalette: false
|
||||
minitems: 1
|
||||
maxitems: 1
|
||||
allowed: common-image-types
|
||||
Loading…
Add table
Add a link
Reference in a new issue