branch icon

Blazor UI Admin side changes for Poll #10848

Resolves: #10791, #10837#issuecomment-1163819801

There is no widget available in the app-pro template, should we configure the widget in the app-pro template?

Configure<CmsKitPollingOptions>(options =>
{
    options.AddWidget("poll-right");
    options.AddWidget("poll-left");
});

Configure<CmsKitContentWidgetOptions>(options =>
{
    options.AddWidget("Poll", "CmsPollByCode"); 
    options.AddWidget("Comment", "CmsCommenting");
});
Version
6.0.0
Release Date
05 lokakuuta, 2022
Labels
enhancement abp-module-cms-kit-pro ui-blazor