mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: add slug geneartion options
This commit is contained in:
committed by
fantasticfears
parent
2344aa2fdd
commit
b772ff6e13
@@ -1142,6 +1142,8 @@ en:
|
||||
|
||||
prevent_anons_from_downloading_files: "Prevent anonymous users from downloading attachments. WARNING: this will prevent any non-image site assets posted as attachments from working."
|
||||
|
||||
slug_generation_method: "Choose a slug generation method. 'encoded' will generate percent encoding string. 'none' will disable slug at all."
|
||||
|
||||
enable_emoji: "Enable emoji"
|
||||
emoji_set: "How would you like your emoji?"
|
||||
enforce_square_emoji: "Force a square aspect ratio to all emojis."
|
||||
|
||||
@@ -779,6 +779,10 @@ uncategorized:
|
||||
client: true
|
||||
default: true
|
||||
|
||||
slug_generation_method:
|
||||
default: 'ascii'
|
||||
enum: 'SlugSetting'
|
||||
|
||||
# Search
|
||||
min_search_term_length:
|
||||
client: true
|
||||
|
||||
Reference in New Issue
Block a user