Content Settings
Information on the content settings section
"Umbraco": {
"CMS": {
"Content": {
"ContentVersionCleanupPolicy": {
"EnableCleanup": false,
"KeepAllVersionsNewerThanDays": 7,
"KeepLatestVersionPerDayForDays": 90
},
"AllowEditInvariantFromNonDefault": false,
"AllowedMediaHosts": [],
"AllowedUploadedFileExtensions": [],
"DisableDeleteWhenReferenced": false,
"DisableUnpublishWhenReferenced": false,
"DisallowedUploadedFileExtensions": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"],
"Error404Collection": [],
"HideBackOfficeLogo": false,
"Imaging": {
"ImageFileTypes": ["jpeg", "jpg", "gif", "bmp", "png", "tiff", "tif"],
"AutoFillImageProperties": [
{
"Alias": "umbracoFile",
"ExtensionFieldAlias": "umbracoExtension",
"HeightFieldAlias": "umbracoHeight",
"LengthFieldAlias": "umbracoBytes",
"WidthFieldAlias": "umbracoWidth"
}
]
},
"LoginBackgroundImage": "assets/img/login.jpg",
"LoginLogoImage": "assets/img/application/umbraco_logo_white.svg",
"MacroErrors": "Inline",
"Notifications": {
"DisableHtmlEmail": false,
"Email": null
},
"PreviewBadge": "<![CDATA[<b>My HTML here</b>]]>",
"ResolveUrlsFromTextString": false,
"ShowDeprecatedPropertyEditors": false,
"ShowDomainWarnings": true,
"ShowUnroutableContentWarnings": true
}
}
}Root level settings
Allow edit invariant from non-default
Allowed upload file extensions
Allowed media hosts
Disable delete when referenced
Disable unpublish when referenced
Disallowed upload files
Error 404 collection
Hide backoffice logo
Login background image
Login logo image
Macro errors
Preview badge
Resolve urls from text string
Show deprecated property editors
Show domain warnings
Show unroutable content warnings
Content version cleanup policy
Enable cleanup
Keep all versions newer than days
Keep latest version per day for days
Imaging
Image file types
Auto fill image properties
Custom media document
Notifications
Last updated
Was this helpful?