prefilledFields
This commit is contained in:
parent
92cc9dafed
commit
6dfcf2bcbb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user