prefilledFields

This commit is contained in:
Robin Grenzdörfer 2023-06-11 15:39:38 +00:00
parent 92cc9dafed
commit 6dfcf2bcbb

View File

@ -18,9 +18,21 @@ meta:
# hat hiermit nix zu tun.
defaultImageFilter: s
multiupload:
fields: #specify wich fields should be editable in Modal, if property isnt set, then all fields will automatically be selected
fields:
- source: description
multiupload:
fields:
- source: description #specify wich fields should be editable in Modal, if property isnt set, then all fields will automatically be selected
prefilledFields: #specifies wich fields should have a default value, wont be visible to the user, just an informational text for wich fields will recieve an default value.
- source: title
defaultValue:
eval: |
(function(){
return "Title" + $namespace
})()
# Wird unter "image-/file-/videoSelect" im ContentBuilder Feld kein
# "subNavigation" Index definiert, werden auch folgende "views"
# verwendet.