mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 15:04:00 +08:00
correct specs
This commit is contained in:
parent
60ee9a4ccf
commit
187b0031c5
|
@ -4,7 +4,8 @@ acceptance("Composer topic featured links", {
|
|||
loggedIn: true,
|
||||
settings: {
|
||||
topic_featured_link_enabled: true,
|
||||
max_topic_title_length: 80
|
||||
max_topic_title_length: 80,
|
||||
enable_markdown_linkify: true,
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -13,7 +13,9 @@ const rawOpts = {
|
|||
emoji_set: 'emoji_one',
|
||||
highlighted_languages: 'json|ruby|javascript',
|
||||
default_code_lang: 'auto',
|
||||
censored_pattern: '\\d{3}-\\d{4}|tech\\w*'
|
||||
censored_pattern: '\\d{3}-\\d{4}|tech\\w*',
|
||||
enable_markdown_linkify: true,
|
||||
markdown_linkify_tlds: 'com'
|
||||
},
|
||||
censoredWords: 'shucks|whiz|whizzer|a**le|badword*',
|
||||
getURL: url => url
|
||||
|
|
Loading…
Reference in New Issue
Block a user