edit, remove + toggle page modules
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using zero.Core.Entities;
|
||||
|
||||
namespace zero.TestData
|
||||
{
|
||||
public class OffsetModule : Module
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,8 @@ namespace zero.TestData
|
||||
zero.Modules.Add<HeadlineModule>("headline", "Headline", "Headline with optional subline", "fth-underline", "Texts");
|
||||
zero.Modules.Add<TextWithImageModule>("textWithImage", "Text with image", "Short textblock with image", "fth-layers", "Texts", new List<string>() { "root" });
|
||||
zero.Modules.Add<GalleryModule>("gallery", "Gallery", "Image gallery grid", "fth-image", "Media");
|
||||
zero.Modules.Add<DownloadModule>("download", "Downloads", "List containing downloads", "fth-download", "Lists");
|
||||
zero.Modules.Add<DownloadModule>("download", "Downloads", "List containing downloads", "fth-download", "Misc");
|
||||
zero.Modules.Add<OffsetModule>("offset", "Offset", "Offset between two modules", "fth-code", "Misc");
|
||||
}
|
||||
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
|
||||
Reference in New Issue
Block a user