mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Creaded Upload Interface; Also added Wrapper around HaDocument to reload the Document
This commit is contained in:
@@ -2,9 +2,5 @@ namespace HaWeb.Settings;
|
||||
using HaWeb.Settings.XMLRoots;
|
||||
|
||||
public static class General {
|
||||
// Classes generated by parsing the XML:
|
||||
public const string XMLFILEPATH = @"Hamann.xml";
|
||||
public const bool NORMALIZEWHITESPACE = true;
|
||||
public static (int, int) AVAILABLEYEARRANGE = (1751, 1788);
|
||||
public static string[] AVAILABLEVOLUMES = { };
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user