Default Values doesn't work for Single Content Schemas

I have…

  • [X] Checked the logs and have uploaded a log file and provided a link because I found something suspicious there. Please do not post the log file in the topic because very often something important is missing.

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [X] Bug report
  • [ ] Performance issue
  • [ ] Documentation issue or request

Current behavior

When you create a Single Content schema and added a field with default value it doesnt show the default value in the content page.

Expected behavior

Default Value should be set in the content for the single content schema

Minimal reproduction of the problem

Create a single content schema, add a text field and set a default value and publish it. Open the content page and navigate to the content.

Environment

  • [ ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [X ] Self hosted with other version
  • [ ] Cloud version

Version: [5.7.0]

Browser:

  • [X] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

The singleton content is created when the schema is created. Therefore default values cannot work and it is designed like that.

In general a default value is applied when a content is created.

I see thanks for the reply sebastian.