CkEditor Dynamic Form
The CkEditor dynamic form component is part of the Dignite.Abp.DynamicForms module. For information on developing dynamic form components, please refer to Blazor Dynamic Form Components.
Installation
To use the CkEditor dynamic form component:
Install the
Dignite.Abp.DynamicForms.CkEditor
NuGet package in theApplication Layer
of yourContracts
project.Add
DigniteAbpDynamicFormsCkEditorModule
to the[DependsOn(...)]
attribute list of your module class.Install the
Dignite.Abp.DynamicForms.Components.CkEditor
NuGet package in your Blazor project.Add
DigniteAbpDynamicFormsComponentsCkEditorModule
to the[DependsOn(...)]
attribute list of your module class.
The screenshot below shows the configuration of the CkEditor dynamic form in the Dignite CMS backend: