Hello everyone,
I am trying to create a blueprint with the following structure:
date:
label: Date
type: datetime
required: true
date:
format: DD.MM.YYYY
default: today
time:
interval: 15
default: now`
The default value for the time filed works well. But the default date is not being set.
However, using a plain date field like this will work correctly:
datetest:
label: Test
type: date
format: DD.MM.YYYY
default: today
Any ideas what this might be?