Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down