Remove plain heading style setting again
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user