generated from cms/tibi-docs
This commit is contained in:
parent
7c793124a1
commit
39a4fd938c
@ -8,8 +8,19 @@ meta:
|
|||||||
backup:
|
backup:
|
||||||
active: true
|
active: true
|
||||||
collectionName: backups
|
collectionName: backups
|
||||||
|
defaultSort:
|
||||||
|
field: updatedTime
|
||||||
|
order: MANUALLY
|
||||||
views:
|
views:
|
||||||
|
- type: simpleList
|
||||||
|
selectionPriority: 0
|
||||||
|
primaryText: pageTitle
|
||||||
|
secondaryText: path
|
||||||
|
mediaQuery: "(min-width: 0px)"
|
||||||
|
tertiaryText: type
|
||||||
- type: table
|
- type: table
|
||||||
|
selectionPriority: 1
|
||||||
|
mediaQuery: "(min-width: 700px)"
|
||||||
columns:
|
columns:
|
||||||
- source: type
|
- source: type
|
||||||
name: Typ
|
name: Typ
|
||||||
|
@ -28,7 +28,7 @@ meta:
|
|||||||
# Bildgröße bei der Anzeige im tibi-admin (Listen).
|
# Bildgröße bei der Anzeige im tibi-admin (Listen).
|
||||||
# Die Bildgröße für die Einbindung ins erzeugte HTML des ContentBuilder
|
# Die Bildgröße für die Einbindung ins erzeugte HTML des ContentBuilder
|
||||||
# hat hiermit nix zu tun.
|
# hat hiermit nix zu tun.
|
||||||
defaultImageFilter: s
|
defaultImageFilter: xs
|
||||||
|
|
||||||
multiupload:
|
multiupload:
|
||||||
fields: []
|
fields: []
|
||||||
@ -121,6 +121,37 @@ hooks:
|
|||||||
type: javascript
|
type: javascript
|
||||||
file: hooks/clear_cache.js
|
file: hooks/clear_cache.js
|
||||||
|
|
||||||
|
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: 1200
|
||||||
|
width: 1200
|
||||||
|
resampling: lanczos
|
||||||
|
quality: 60
|
||||||
|
xl:
|
||||||
|
- fit: true
|
||||||
|
height: 2000
|
||||||
|
width: 2000
|
||||||
|
resampling: lanczos
|
||||||
|
quality: 60
|
||||||
fields:
|
fields:
|
||||||
- name: file
|
- name: file
|
||||||
type: file
|
type: file
|
||||||
|
Loading…
Reference in New Issue
Block a user