NuGet ยท nuget

Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.Configs

Generic Admin configuration management feature for Eltheon.

Install

Install-Kommandos

dotnet add package Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.Configs --version 2.9.0
<PackageReference Include="Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.Configs" Version="2.9.0" />
paket add Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.Configs --version 2.9.0
Install-Package Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.Configs -Version 2.9.0

README

Vorschau

Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.Configs

Generic Admin configuration management feature for Eltheon.

This package owns the /Admin/Configs/Index Razor Class Library page, feature navigation, permissions, localization resources, and feature registration. Shared configuration infrastructure such as IConfig, ConfigsFile, config display attributes, option resolvers, and file persistence stays in Redeon.SuperSiteEngineCore.Web.Eltheon.Core.ConfigFiles.

Registration

builder.Services.AddEltheonConfigs();
builder.Services.AddRazorPages().AddEltheonConfigsApplicationPart();