namespace HaWeb; public static class Features { // If Admin Pages are reachable public const string AdminService = "AdminService"; // If uploaded Files can be published locally public const string LocalPublishService = "LocalPublishService"; // If this Server can run a SyntaxCheck public const string SyntaxCheck = "SyntaxCheck"; // If this Server shows live notifications & reload public const string Notifications = "Notifications"; }