Remove all RTE config from appsettings (#16140)

This commit is contained in:
Kenn Jacobsen
2024-04-25 12:25:47 +02:00
committed by GitHub
parent ca84d002a4
commit 7a39314586
8 changed files with 2 additions and 193 deletions

View File

@@ -58,8 +58,6 @@ internal class UmbracoCmsSchema
public required UnattendedSettings Unattended { get; set; }
public required RichTextEditorSettings RichTextEditor { get; set; }
[Obsolete("Runtime minification is no longer supported. Will be removed entirely in V16.")]
public required RuntimeMinificationSettings RuntimeMinification { get; set; }