diff --git a/10/umbraco-forms/developer/extending/excluding-a-built-in-field.md b/10/umbraco-forms/developer/extending/excluding-a-built-in-field.md index 127179b7aa8..9714474a3e0 100644 --- a/10/umbraco-forms/developer/extending/excluding-a-built-in-field.md +++ b/10/umbraco-forms/developer/extending/excluding-a-built-in-field.md @@ -8,7 +8,8 @@ There might some use cases where you have no use for file upload and don't want The following class shows how to exclude built-in field types using a custom composer. The `Password`, `Recaptcha2` and `RichText` field types (or "answers") will no longer be available for selection when creating a form in the backoffice. ```csharp -using Umbraco.Forms.Core.Providers; +using Umbraco.Cms.Core.Composing; +using Umbraco.Forms.Core.Providers.Extensions; using Umbraco.Forms.Core.Providers.FieldTypes; namespace MyNamespace diff --git a/13/umbraco-forms/developer/extending/excluding-a-built-in-field.md b/13/umbraco-forms/developer/extending/excluding-a-built-in-field.md index 127179b7aa8..9714474a3e0 100644 --- a/13/umbraco-forms/developer/extending/excluding-a-built-in-field.md +++ b/13/umbraco-forms/developer/extending/excluding-a-built-in-field.md @@ -8,7 +8,8 @@ There might some use cases where you have no use for file upload and don't want The following class shows how to exclude built-in field types using a custom composer. The `Password`, `Recaptcha2` and `RichText` field types (or "answers") will no longer be available for selection when creating a form in the backoffice. ```csharp -using Umbraco.Forms.Core.Providers; +using Umbraco.Cms.Core.Composing; +using Umbraco.Forms.Core.Providers.Extensions; using Umbraco.Forms.Core.Providers.FieldTypes; namespace MyNamespace diff --git a/14/umbraco-forms/developer/extending/excluding-a-built-in-field.md b/14/umbraco-forms/developer/extending/excluding-a-built-in-field.md index 127179b7aa8..9714474a3e0 100644 --- a/14/umbraco-forms/developer/extending/excluding-a-built-in-field.md +++ b/14/umbraco-forms/developer/extending/excluding-a-built-in-field.md @@ -8,7 +8,8 @@ There might some use cases where you have no use for file upload and don't want The following class shows how to exclude built-in field types using a custom composer. The `Password`, `Recaptcha2` and `RichText` field types (or "answers") will no longer be available for selection when creating a form in the backoffice. ```csharp -using Umbraco.Forms.Core.Providers; +using Umbraco.Cms.Core.Composing; +using Umbraco.Forms.Core.Providers.Extensions; using Umbraco.Forms.Core.Providers.FieldTypes; namespace MyNamespace diff --git a/15/umbraco-forms/developer/extending/excluding-a-built-in-field.md b/15/umbraco-forms/developer/extending/excluding-a-built-in-field.md index 127179b7aa8..9714474a3e0 100644 --- a/15/umbraco-forms/developer/extending/excluding-a-built-in-field.md +++ b/15/umbraco-forms/developer/extending/excluding-a-built-in-field.md @@ -8,7 +8,8 @@ There might some use cases where you have no use for file upload and don't want The following class shows how to exclude built-in field types using a custom composer. The `Password`, `Recaptcha2` and `RichText` field types (or "answers") will no longer be available for selection when creating a form in the backoffice. ```csharp -using Umbraco.Forms.Core.Providers; +using Umbraco.Cms.Core.Composing; +using Umbraco.Forms.Core.Providers.Extensions; using Umbraco.Forms.Core.Providers.FieldTypes; namespace MyNamespace