-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.5.2+
Bug summary
The "Install Default Data Settings" (documented here) options are not being surfaced in Umbraco's appsettings-schema.
Specifics
It seems the only related option is "DefaultDataCreation", but this isn't what is actually used in the code.
From digging further I believe the appsettings-schema is being auto generated, and is picking up this property because it exists in the code – whilst the code actually dynamically builds the config path to check.
The actual section name is Umbraco:CMS:InstallDefaultData as per the documentation.
Steps to reproduce
- Open appsettings.json
- Create / edit the config section at Umbraco > CMS
- Try and create an "InstallDefaultData" section – no auto-completion suggestions are given
- Try and create a section with "default" in the name and only "DefaultDataCreation" is suggested
Expected result / actual result
No response
Reactions are currently unavailable