fix stgb config
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m36s

This commit is contained in:
2024-02-06 14:33:42 +01:00
parent 208a18f03c
commit 4f0da544cb
3 changed files with 7 additions and 3 deletions

View File

@ -20,6 +20,10 @@ remove_strings = [
"""<abstand ct="text" halign="l" />"""
]
[[parser.replace_rules]]
find = """<ueberschrift typ="g2" ct="text" halign="c">Erster Abschnitt</ueberschrift>"""
replace_with = """<ueberschrift typ="g1" ct="text" halign="c">Erster Abschnitt</ueberschrift>"""
[[parser.replace_rules]]
find = """<ueberschrift typ="g1min" ct="text" halign="c">Allgemeine Bestimmungen</ueberschrift>"""
replace_with = """<ueberschrift typ="g2" ct="text" halign="c">Allgemeine Bestimmungen</ueberschrift>"""