We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbddf77 commit efc6951Copy full SHA for efc6951
src/OrchardCore.Modules/OrchardCore.ContentFields/Settings/TextFieldSettingsDriver.cs
@@ -9,7 +9,7 @@
9
10
namespace OrchardCore.ContentFields.Settings;
11
12
-public sealed partial class TextFieldSettingsDriver : ContentPartFieldDefinitionDisplayDriver<TextField>
+public sealed class TextFieldSettingsDriver : ContentPartFieldDefinitionDisplayDriver<TextField>
13
{
14
private const string TextFieldColorEditor = "Color";
15
0 commit comments