data-scrivito-editors-autosave You can disable save as you type by setting this attribute to false . Default: true .
|
true , false
|
string
|
data-scrivito-editors-date-format Date format, passed on to the jQuery UI datepicker. Default: yy-mm-dd .
|
Everything supported by jQuery UI datepicker.
|
date
|
data-editor Deprecated as of 0.71.0. Please use the editor option of the scrivito_tag helper.
Enforce an editor. The value can be one of the predefined editors, or any custom or third-party editor name.
|
binary ,
date ,
enum ,
html ,
image ,
image_drop ,
link ,
linklist ,
multienum ,
reference ,
referencelist ,
slider ,
string ,
stringlist ,
custom
|
|
data-scrivito-editors-filter-context , data-scrivito-editors-filter-context-* Set a context property for the Content Browser. Filter context attributes are passed on to the filter function configured for the Content Browser.
|
Everything natively supported by data attributes. E.g. {"example": [1, 2, 3]} , my_value , true Note that if you specify the top level attribute, data-scrivito-editors-filter-context , it is expected to be a hash.
|
link , linklist , reference , referencelist , html
|
data-scrivito-editors-filters Pass custom filters to the Content Browser when editing references.
|
{"example": {
"field": "_obj_class",
"options": {"Image": {}}
}}
|
link , linklist , reference , referencelist , html
|
data-scrivito-editors-max
The maximum value. The default is 10 for the slider editor.
|
A number
|
number , slider |
data-scrivito-editors-min
The minimum value. The default is 1 for the slider editor.
|
A number
|
number , slider |
data-scrivito-editors-multiline
Enforce single-line or multi-line text input. Default: automatic.
|
true , false
|
string |
data-scrivito-editors-placeholder
Change the placeholder text shown if the field is empty.
|
A string
|
date , enum , multienum , html , reference , slider , string
|
data-scrivito-editors-reload
Force the field to be reloaded after editing. Default: false
|
true , false
|
date , enum , html , slider , string
|
data-scrivito-editors-allow-delete float and integer attributes: Allow users to clear a number. Default: true
binary and reference attributes: Display a delete button. Default: false
|
true , false
|
binary , float , integer , reference |
data-scrivito-editors-binary-filename Starting at version 1.2, this shows an input field and a button for renaming the file associated with a binary attribute. Default: true
|
true , false
|
binary |
data-scrivito-editors-step
The slider/spinner increment value. Default: 1
|
A number
|
number , slider |
data-scrivito-editors-time-format Time format, passed on to the jQuery UI timepicker.
|
Everything supported by jQuery UI timepicker.
|
date
|