mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
remove_class_chapter missing from config lists
This commit is contained in:
parent
9c5badc2bf
commit
c33267750d
1 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ def get_valid_set_options():
|
|||
'replace_hr':(None,None,boollist),
|
||||
'sort_ships':(None,None,boollist),
|
||||
'strip_chapter_numbers':(None,None,boollist),
|
||||
'remove_class_chapter':(None,None,boollist),
|
||||
'mark_new_chapters':(None,None,boollist+['latestonly']),
|
||||
'titlepage_use_table':(None,None,boollist),
|
||||
|
||||
|
|
@ -425,6 +426,7 @@ def get_valid_keywords():
|
|||
'keep_style_attr',
|
||||
'keep_title_attr',
|
||||
'keep_html_attrs',
|
||||
'remove_class_chapter',
|
||||
'replace_tags_with_spans',
|
||||
'keep_empty_tags',
|
||||
'remove_tags',
|
||||
|
|
|
|||
Loading…
Reference in a new issue