namespace zero.Backoffice.UIComposition;
///
/// Global list entities
///
public class SpacesSection : IInternalBackofficeSection
{
///
public string Alias => Constants.Sections.Spaces;
///
public string Name => "@sections.item.spaces";
///
public string Icon => "fth-layers";
///
public string Color => "#f9c202";
///
public int Sort => 200;
///
public IList Children => new List();
}