Merge from Appchan X: src/General/Config.coffee
This commit is contained in:
parent
747c9f9aad
commit
afc505c42e
@ -53,7 +53,7 @@ Config =
|
|||||||
]
|
]
|
||||||
'Comment Expansion': [
|
'Comment Expansion': [
|
||||||
true
|
true
|
||||||
'Add buttons to expand too long comments.'
|
'Expand Comments that are too long to display on the index. Not applicable with JSON Navigation.'
|
||||||
]
|
]
|
||||||
'File Info Formatting': [
|
'File Info Formatting': [
|
||||||
true
|
true
|
||||||
@ -118,6 +118,11 @@ Config =
|
|||||||
true
|
true
|
||||||
'Convert text into links where applicable.'
|
'Convert text into links where applicable.'
|
||||||
]
|
]
|
||||||
|
'Link Title': [
|
||||||
|
true
|
||||||
|
'Replace the link of a supported site with its actual title. Currently Supported: YouTube, Vimeo, SoundCloud, and Github gists'
|
||||||
|
1
|
||||||
|
]
|
||||||
'Embedding': [
|
'Embedding': [
|
||||||
true
|
true
|
||||||
'Embed supported services. Note: Some services don\'t work on HTTPS.'
|
'Embed supported services. Note: Some services don\'t work on HTTPS.'
|
||||||
@ -133,11 +138,6 @@ Config =
|
|||||||
'Embed content in a frame that remains in place when the page is scrolled.'
|
'Embed content in a frame that remains in place when the page is scrolled.'
|
||||||
2
|
2
|
||||||
]
|
]
|
||||||
'Link Title': [
|
|
||||||
true
|
|
||||||
'Replace the link of a supported site with its actual title. Currently Supported: YouTube, Vimeo, SoundCloud, and Github gists'
|
|
||||||
1
|
|
||||||
]
|
|
||||||
|
|
||||||
'Filtering':
|
'Filtering':
|
||||||
'Anonymize': [
|
'Anonymize': [
|
||||||
@ -384,8 +384,8 @@ 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.'
|
||||||
]
|
]
|
||||||
'QR Shortcut': [
|
'QR Shortcut': [
|
||||||
true,
|
true
|
||||||
'Adds a small [QR] link in the header.'
|
'Add a shortcut to the header to toggle the QR.'
|
||||||
1
|
1
|
||||||
]
|
]
|
||||||
'Persistent QR': [
|
'Persistent QR': [
|
||||||
@ -598,7 +598,7 @@ Config =
|
|||||||
]
|
]
|
||||||
'Auto Prune': [
|
'Auto Prune': [
|
||||||
false
|
false
|
||||||
'Automatically prune dead threads.'
|
'Automatically remove dead threads.'
|
||||||
]
|
]
|
||||||
'Show Unread Count': [
|
'Show Unread Count': [
|
||||||
true
|
true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user