Magnolia 5.4 reached end of life on November 15, 2018. This branch is no longer supported, see End-of-life policy.
RichTextFieldDefinition renders a calendar that allows the user to select a a date and optionally a time.
class: info.magnolia.ui.form.field.definition.DateFieldDefinition
Simple date field
form: tabs: - name: tabText label: Text fields: - name: date class: info.magnolia.ui.form.field.definition.DateFieldDefinition time: false type: Date label: Date
Node name | Value |
---|---|
form | |
tabs | |
tabText | |
fields | |
date | |
class | info.magnolia.ui.form.field.definition.DateFieldDefinition |
time | false |
type | Date |
label | Date |
You can use common field properties and the following properties in a date field definition:
Properties:
<field name> | Name of field. |
| optional, default is Enables time selection. Renders dropdown boxes at the bottom of the calendar. |
| required Set the |
| optional, default is Date format. See |
| optional, default is Time format. See |