Remove plain heading style setting again

This commit is contained in:
Veronica Berglyd Olsen
2024-10-14 00:10:23 +02:00
parent 22473823c9
commit 7379b8b521
4 changed files with 24 additions and 35 deletions
-4
View File
@@ -72,10 +72,6 @@ SETTINGS_TEMPLATE: dict[str, tuple[type, T_Basic]] = {
"headings.breakPart": (bool, True),
"headings.breakChapter": (bool, True),
"headings.breakScene": (bool, False),
"headings.plainTitle": (bool, False),
"headings.plainPart": (bool, False),
"headings.plainChapter": (bool, False),
"headings.plainScene": (bool, False),
"text.includeSynopsis": (bool, False),
"text.includeComments": (bool, False),
"text.includeKeywords": (bool, False),