wm-fontis-tibi-2023/api/collections/content.yml
robin b107392907
All checks were successful
deploy to production / deploy (push) Successful in 34s
backups
2023-11-05 09:32:22 +00:00

101 lines
1.9 KiB
YAML

name: page
uploadPath: ../media/page
meta:
label: Inhalt
muiIcon: web
backup:
active: true
collectionName: backups
views:
- type: table
columns:
- source: path
tablist:
activeTab: site
tabs:
- name: general
label: Allgemein
subFields:
- source: path
- name: teaser
label: Teaser
subFields:
- source: teaser
- name: site
label: Seite
subFields:
- source: rows
imageFilter:
xs:
- fit: true
height: 90
width: 90
resampling: lanczos
quality: 60
s:
- fit: true
height: 300
width: 300
resampling: lanczos
quality: 60
m:
- fit: true
height: 600
width: 600
resampling: lanczos
quality: 60
l:
- fit: true
height: 1240
width: 1240
resampling: lanczos
quality: 60
xl:
- fit: true
height: 2000
width: 2000
resampling: lanczos
quality: 60
permissions:
public:
methods:
get: true
post: false
put: false
delete: false
user:
methods:
get: true
post: true
put: true
delete: true
projections:
navigation:
select:
path: 1
fields:
- type: string
name: path
meta:
label: Pfad
helperText: "Ein Pfad sollte mit einem / starten und ohne eins enden."
- !include fields/teaserHomepage.yml
- name: rows
type: object[]
meta:
label: Zeilen
widget: containerLessObjectArray
folding:
force: true
subFields:
- !include fields/row.yml