mirror of
https://github.com/flarum/core.git
synced 2025-08-10 18:35:56 +02:00
Allow disabling mdarea via admin setting (#27)
This commit is contained in:
committed by
GitHub
parent
2ea6204dff
commit
61e61f5e8c
@@ -1,13 +1,10 @@
|
||||
flarum-markdown:
|
||||
admin:
|
||||
settings:
|
||||
mdarea_help: mdarea is a textarea util that auto-continues lists, helps with code formatting, and assists with indentation.
|
||||
mdarea_label: Enable mdarea?
|
||||
|
||||
##
|
||||
# UNIQUE KEYS - The following keys are used in only one location each.
|
||||
##
|
||||
|
||||
# Translations in this namespace are used by the forum user interface.
|
||||
forum:
|
||||
|
||||
# These translations are used by the composer (emoji autocompletion function).
|
||||
composer:
|
||||
bold_tooltip: Add bold text
|
||||
code_tooltip: Insert code
|
||||
|
Reference in New Issue
Block a user