dotnet add OrchardCore.TemplatesThe Templates module provides a way to write custom shape templates from the admin.
Features
Templates
The Templates module provides a way to write custom shape templates from the admin. Its manifest-backed feature ID is OrchardCore.Templates, and it is categorized as Development. It depends on OrchardCore.Liquid, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Admin Templates
The Admin Templates module provides a way to write custom admin shape templates. Its manifest-backed feature ID is OrchardCore.AdminTemplates, and it is categorized as Development. It depends on OrchardCore.Templates, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause