Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.11 KB

Dynamic-Forms-Files.md

File metadata and controls

19 lines (10 loc) · 1.11 KB

Blazor File Dynamic Form Component

The File Dynamic Form component is part of the Dignite.Abp.DynamicForms module. For development information about dynamic form components, please refer to Blazor Dynamic Form Components.

Installation

To use the File Dynamic Form component, follow these steps:

  1. Install the Dignite.Abp.DynamicForms.FileExplorer NuGet package in the Application Layer's Contracts project.

  2. Add DigniteAbpDynamicFormsFileExplorerModule to the [DependsOn(...)] attribute list in your module class.

  3. Install the Dignite.Abp.DynamicForms.Components.FileExplorer NuGet package in your Blazor project.

  4. Add DigniteAbpDynamicFormsComponentsFileExplorerModule to the [DependsOn(...)] attribute list in your module class.

Below is a screenshot of the File Dynamic Form configuration in the Dignite CMS backend:

Cms-Dynamic-Forms-Files