Disable custom nav by default, Enable persistent quick reply.
This commit is contained in:
parent
06d942a968
commit
78b3695d57
@ -54,7 +54,7 @@
|
|||||||
'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog.'],
|
'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog.'],
|
||||||
'External Catalog': [false, 'Link to external catalog instead of the internal one.'],
|
'External Catalog': [false, 'Link to external catalog instead of the internal one.'],
|
||||||
'Enable 4chan\'s Extension': [false, 'Compatibility between appchan x and 4chan\'s inline extension is NOT guaranteed.'],
|
'Enable 4chan\'s Extension': [false, 'Compatibility between appchan x and 4chan\'s inline extension is NOT guaranteed.'],
|
||||||
'Custom Board Navigation': [true, 'Show custom links instead of the full board list.'],
|
'Custom Board Navigation': [false, 'Show custom links instead of the full board list.'],
|
||||||
'404 Redirect': [true, 'Redirect dead threads and images.'],
|
'404 Redirect': [true, 'Redirect dead threads and images.'],
|
||||||
'Keybinds': [true, 'Bind actions to keyboard shortcuts.'],
|
'Keybinds': [true, 'Bind actions to keyboard shortcuts.'],
|
||||||
'Time Formatting': [true, 'Localize and format timestamps.'],
|
'Time Formatting': [true, 'Localize and format timestamps.'],
|
||||||
@ -111,7 +111,7 @@
|
|||||||
},
|
},
|
||||||
'Posting': {
|
'Posting': {
|
||||||
'Quick Reply': [true, 'All-in-one form to reply, create threads, automate dumping and more.'],
|
'Quick Reply': [true, 'All-in-one form to reply, create threads, automate dumping and more.'],
|
||||||
'Persistent QR': [false, 'The Quick reply won\'t disappear after posting.'],
|
'Persistent QR': [true, 'The Quick reply won\'t disappear after posting.'],
|
||||||
'Auto Hide QR': [false, 'Automatically hide the quick reply when posting.'],
|
'Auto Hide QR': [false, 'Automatically hide the quick reply when posting.'],
|
||||||
'Open Post in New Tab': [true, 'Open new threads or replies to a thread from the index in a new tab.'],
|
'Open Post in New Tab': [true, 'Open new threads or replies to a thread from the index in a new tab.'],
|
||||||
'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting.'],
|
'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting.'],
|
||||||
@ -213,7 +213,7 @@
|
|||||||
'Slideout Navigation': ['compact', 'How the slideout navigation will be displayed.', ['compact', 'list', 'hide']],
|
'Slideout Navigation': ['compact', 'How the slideout navigation will be displayed.', ['compact', 'list', 'hide']],
|
||||||
'Pagination': ['sticky bottom', 'The position of 4chan page navigation', ['sticky top', 'sticky bottom', 'top', 'bottom', 'on side', 'hide']],
|
'Pagination': ['sticky bottom', 'The position of 4chan page navigation', ['sticky top', 'sticky bottom', 'top', 'bottom', 'on side', 'hide']],
|
||||||
'Pagination Alignment': ['center', 'Change the text alignment of the pagination.', ['left', 'center', 'right']],
|
'Pagination Alignment': ['center', 'Change the text alignment of the pagination.', ['left', 'center', 'right']],
|
||||||
'Hide Navigation Decorations': [false, 'Hide non-link text in the board navigation and pagination. This also disables the delimiter in <code>Custom Navigation</code>']
|
'Hide Navigation Decorations': [false, 'Hide non-link text in the board navigation and pagination. This also disables the delimiters in <code>Custom Navigation</code>']
|
||||||
},
|
},
|
||||||
'Post Form': {
|
'Post Form': {
|
||||||
'Compact Post Form Inputs': [true, 'Use compact inputs on the post form.'],
|
'Compact Post Form Inputs': [true, 'Use compact inputs on the post form.'],
|
||||||
|
|||||||
@ -14,7 +14,7 @@ Config =
|
|||||||
'Compatibility between <%= meta.name %> and 4chan\'s inline extension is NOT guaranteed.'
|
'Compatibility between <%= meta.name %> and 4chan\'s inline extension is NOT guaranteed.'
|
||||||
]
|
]
|
||||||
'Custom Board Navigation': [
|
'Custom Board Navigation': [
|
||||||
true
|
false
|
||||||
'Show custom links instead of the full board list.'
|
'Show custom links instead of the full board list.'
|
||||||
]
|
]
|
||||||
'404 Redirect': [
|
'404 Redirect': [
|
||||||
@ -206,7 +206,7 @@ Config =
|
|||||||
'All-in-one form to reply, create threads, automate dumping and more.'
|
'All-in-one form to reply, create threads, automate dumping and more.'
|
||||||
]
|
]
|
||||||
'Persistent QR': [
|
'Persistent QR': [
|
||||||
false
|
true
|
||||||
'The Quick reply won\'t disappear after posting.'
|
'The Quick reply won\'t disappear after posting.'
|
||||||
]
|
]
|
||||||
'Auto Hide QR': [
|
'Auto Hide QR': [
|
||||||
@ -601,7 +601,7 @@ Config =
|
|||||||
]
|
]
|
||||||
'Hide Navigation Decorations': [
|
'Hide Navigation Decorations': [
|
||||||
false
|
false
|
||||||
'Hide non-link text in the board navigation and pagination. This also disables the delimiter in <code>Custom Navigation</code>'
|
'Hide non-link text in the board navigation and pagination. This also disables the delimiters in <code>Custom Navigation</code>'
|
||||||
]
|
]
|
||||||
|
|
||||||
'Post Form':
|
'Post Form':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user