|
|
@ -11,26 +11,31 @@ props:
|
|
|
|
default: true
|
|
|
|
default: true
|
|
|
|
title: Allow HTML
|
|
|
|
title: Allow HTML
|
|
|
|
hint: Enable HTML tags in content
|
|
|
|
hint: Enable HTML tags in content
|
|
|
|
|
|
|
|
order: 1
|
|
|
|
linkify:
|
|
|
|
linkify:
|
|
|
|
type: Boolean
|
|
|
|
type: Boolean
|
|
|
|
default: true
|
|
|
|
default: true
|
|
|
|
title: Automatically convert links
|
|
|
|
title: Automatically convert links
|
|
|
|
hint: Links will automatically be converted to clickable links.
|
|
|
|
hint: Links will automatically be converted to clickable links.
|
|
|
|
|
|
|
|
order: 2
|
|
|
|
linebreaks:
|
|
|
|
linebreaks:
|
|
|
|
type: Boolean
|
|
|
|
type: Boolean
|
|
|
|
default: true
|
|
|
|
default: true
|
|
|
|
title: Automatically convert line breaks
|
|
|
|
title: Automatically convert line breaks
|
|
|
|
hint: Add linebreaks within paragraphs.
|
|
|
|
hint: Add linebreaks within paragraphs.
|
|
|
|
|
|
|
|
order: 3
|
|
|
|
typographer:
|
|
|
|
typographer:
|
|
|
|
type: Boolean
|
|
|
|
type: Boolean
|
|
|
|
default: false
|
|
|
|
default: false
|
|
|
|
title: Typographer
|
|
|
|
title: Typographer
|
|
|
|
hint: Enable some language-neutral replacement + quotes beautification
|
|
|
|
hint: Enable some language-neutral replacement + quotes beautification
|
|
|
|
|
|
|
|
order: 4
|
|
|
|
quotes:
|
|
|
|
quotes:
|
|
|
|
type: String
|
|
|
|
type: String
|
|
|
|
default: English
|
|
|
|
default: English
|
|
|
|
title: Quotes style
|
|
|
|
title: Quotes style
|
|
|
|
hint: When typographer is enabled. Double + single quotes replacement pairs. e.g. «»„“ for Russian, „“‚‘ for German, etc.
|
|
|
|
hint: When typographer is enabled. Double + single quotes replacement pairs. e.g. «»„“ for Russian, „“‚‘ for German, etc.
|
|
|
|
|
|
|
|
order: 5
|
|
|
|
enum:
|
|
|
|
enum:
|
|
|
|
- Chinese
|
|
|
|
- Chinese
|
|
|
|
- English
|
|
|
|
- English
|
|
|
|