Initial commit

This commit is contained in:
2025-10-02 08:54:03 +02:00
commit ea54638227
1642 changed files with 53677 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
name: predefinedBlock
type: object
meta:
label:
de: Vordefinierter Block
en: Predefined Block
dependsOn:
eval: |
(function() {
return $parent?.type === 'predefinedBlock'
})()
subFields:
- name: id
type: string
meta:
label:
de: Inhalt
en: Include
widget: foreignKey
foreign:
collection: content
id: id
subNavigation: 0
render:
eval: |
(function() {
return $foreignEntry?.name || $foreignEntry?.id
})()