getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.31k stars 168 forks source link

Default values missing in page creation dialog #6229

Closed foxacid closed 9 months ago

foxacid commented 9 months ago

Description

Default values work on of the page itself, but not in the page creation dialog.

Expected behavior

Fields in the page creation dialog should be populated with the default values defined in the original fields.

To reproduce

create:
  fields:
    - published

fields:
  published:
    type: date
    required: true
    default: today

image

(Field should be populated with today's date)

afbora commented 9 months ago

What's your Kirby version?

foxacid commented 9 months ago

Was 4.0.3 - just switched to 4.1.0 and all is great, sorry!