output spaces

This commit is contained in:
2020-08-20 15:11:41 +02:00
parent 6191bebe7f
commit 1352393cf4
6 changed files with 37 additions and 60 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ namespace zero.TestData
{
plugin.Name = "Test Plugin";
ISection spaceSection = zero.Sections.GetAllItems().FirstOrDefault(x => x.Alias == Constants.Sections.Spaces);
zero.Sections.Remove(spaceSection);
//ISection spaceSection = zero.Sections.GetAllItems().FirstOrDefault(x => x.Alias == Constants.Sections.Spaces);
//zero.Sections.Remove(spaceSection);
zero.Spaces.AddList<TeamMember>("team", "Team", "Our team members", "fth-users");
zero.Spaces.AddList<News>("news", "News", "Articles about the company", "fth-edit");