|
|
|
@ -177,7 +177,8 @@ public class BookStoreSettingPageContributor : ISettingPageContributor |
|
|
|
new SettingPageGroup( |
|
|
|
"Volo.Abp.MySettingGroup", |
|
|
|
"MySettingGroup", |
|
|
|
typeof(MySettingGroupViewComponent) |
|
|
|
typeof(MySettingGroupViewComponent), |
|
|
|
order : 1 |
|
|
|
) |
|
|
|
); |
|
|
|
|
|
|
|
@ -240,7 +241,8 @@ public class BookStoreSettingComponentContributor : ISettingComponentContributor |
|
|
|
new SettingComponentGroup( |
|
|
|
"Volo.Abp.MySettingGroup", |
|
|
|
"MySettingGroup", |
|
|
|
typeof(MySettingGroupComponent) |
|
|
|
typeof(MySettingGroupComponent), |
|
|
|
order : 1 |
|
|
|
) |
|
|
|
); |
|
|
|
|
|
|
|
|