Kleine Anpassungen in der config.py
This commit is contained in:
+4
-4
@@ -31,7 +31,7 @@ class ApacheFop(BaseModel):
|
|||||||
class XslDir(BaseModel):
|
class XslDir(BaseModel):
|
||||||
name: str
|
name: str
|
||||||
path_to_root_dir: Path
|
path_to_root_dir: Path
|
||||||
|
|
||||||
|
|
||||||
class PdfProject(BaseModel):
|
class PdfProject(BaseModel):
|
||||||
name: str
|
name: str
|
||||||
@@ -50,11 +50,11 @@ class AppSettings(BaseSettings):
|
|||||||
saxon_jars: list[SaxonJar]
|
saxon_jars: list[SaxonJar]
|
||||||
apache_fops: list[ApacheFop]
|
apache_fops: list[ApacheFop]
|
||||||
pdf_projects: list[PdfProject] = []
|
pdf_projects: list[PdfProject] = []
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class PdfProjectSettings(BaseSettings):
|
class PdfProjectSettings(BaseSettings):
|
||||||
"""
|
"""
|
||||||
Speichert Projekt-Einstellungen direkt im Ordner des Projekts in einer klartextdatei
|
Speichert Projekt-Einstellungen direkt im Ordner des Projekts in einer Klartextdatei (JSON, YAML oder XML)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user