wm-fontis-tibi-2023/api/collections/content.yml

101 lines
1.9 KiB
YAML
Raw Permalink Normal View History

2023-07-14 13:58:27 +02:00
name: page
uploadPath: ../media/page
meta:
label: Inhalt
muiIcon: web
2023-11-05 10:32:22 +01:00
backup:
active: true
collectionName: backups
2023-07-14 13:58:27 +02:00
views:
- type: table
columns:
- source: path
tablist:
activeTab: site
tabs:
- name: general
label: Allgemein
subFields:
- source: path
2023-07-14 21:32:33 +02:00
2023-07-14 13:58:27 +02:00
- 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
2023-07-14 21:32:33 +02:00
2023-07-14 13:58:27 +02:00
- name: rows
type: object[]
meta:
label: Zeilen
2023-11-05 10:32:22 +01:00
widget: containerLessObjectArray
2023-07-19 17:22:20 +02:00
folding:
force: true
2023-07-14 13:58:27 +02:00
subFields:
- !include fields/row.yml