Taiizor.Starterkit by Taiizor

<PackageReference Include="Taiizor.Starterkit" Version="1.0.3.6" />

 ThemeBase

public class ThemeBase
public ThemeAssets Assets { get; set; }

public string AssetsDir { get; set; }

public string Direction { get; set; }

public string Domain { get; set; }

public ThemeLanguages Languages { get; set; }

public string LayoutDir { get; set; }

public string LocaleDefault { get; set; }

public bool LocaleSwitchEnabled { get; set; }

public string ModeDefault { get; set; }

public bool ModeSwitchEnabled { get; set; }

public string PagesDir { get; set; }

public string PartialsDir { get; set; }

public ThemeThirdParty ThirdParty { get; set; }

public string Uri { get; set; }

public Dictionary<string, ThemeVendors> Vendors { get; set; }

public ThemeBase()