Install Default Data Settings
Information on configuration allowing for the modification of default data installed in new projects
"Umbraco": {
"CMS": {
"InstallDefaultData": {
"Languages": {
"InstallData": "Values",
"Values": [
"en-US"
]
},
"DataTypes": {
"InstallData": "ExceptValues",
"Values": [
"0225af17-b302-49cb-9176-b9f35cab9c17"
]
},
"MediaTypes": {
"InstallData": "All",
},
"MemberTypes": {
"InstallData": "None"
}
}
}
}Data Identifiers
Reference
Last updated
Was this helpful?