Configure the markdown editor
This commit is contained in:
parent
8c51013e01
commit
cc48eebe7e
2 changed files with 43 additions and 7 deletions
|
@ -42,12 +42,15 @@ settings:
|
||||||
-
|
-
|
||||||
name: Tools
|
name: Tools
|
||||||
items:
|
items:
|
||||||
|
- Markdown
|
||||||
- Source
|
- Source
|
||||||
|
- ShowBlocks
|
||||||
|
- Maximize
|
||||||
plugins:
|
plugins:
|
||||||
language:
|
|
||||||
language_list: un
|
|
||||||
stylescombo:
|
stylescombo:
|
||||||
styles: "p.subtitle.is-mono.is-4|Mono subtitle\r\np.title.is-5.is-spaced|Small title\r\np.subtitle.is-6|Small subtitle"
|
styles: "p.subtitle.is-mono.is-4|Mono subtitle\r\np.title.is-5.is-spaced|Small title\r\np.subtitle.is-6|Small subtitle"
|
||||||
|
language:
|
||||||
|
language_list: un
|
||||||
linebreaks:
|
linebreaks:
|
||||||
method: force
|
method: force
|
||||||
image_upload:
|
image_upload:
|
||||||
|
|
|
@ -4,6 +4,7 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
|
- markdown
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
|
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
|
||||||
name: 'Basic HTML'
|
name: 'Basic HTML'
|
||||||
|
@ -14,7 +15,7 @@ filters:
|
||||||
id: filter_html
|
id: filter_html
|
||||||
provider: filter
|
provider: filter
|
||||||
status: true
|
status: true
|
||||||
weight: -10
|
weight: -42
|
||||||
settings:
|
settings:
|
||||||
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <br> <span> <img src alt data-entity-type data-entity-uuid data-align data-caption width height> <p class="subtitle is-mono is-4 title is-5 is-spaced is-6">'
|
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <br> <span> <img src alt data-entity-type data-entity-uuid data-align data-caption width height> <p class="subtitle is-mono is-4 title is-5 is-spaced is-6">'
|
||||||
filter_html_help: false
|
filter_html_help: false
|
||||||
|
@ -23,23 +24,55 @@ filters:
|
||||||
id: filter_align
|
id: filter_align
|
||||||
provider: filter
|
provider: filter
|
||||||
status: true
|
status: true
|
||||||
weight: 7
|
weight: -50
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_caption:
|
filter_caption:
|
||||||
id: filter_caption
|
id: filter_caption
|
||||||
provider: filter
|
provider: filter
|
||||||
status: true
|
status: true
|
||||||
weight: 8
|
weight: -49
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_html_image_secure:
|
filter_html_image_secure:
|
||||||
id: filter_html_image_secure
|
id: filter_html_image_secure
|
||||||
provider: filter
|
provider: filter
|
||||||
status: true
|
status: true
|
||||||
weight: 9
|
weight: -48
|
||||||
settings: { }
|
settings: { }
|
||||||
editor_file_reference:
|
editor_file_reference:
|
||||||
id: editor_file_reference
|
id: editor_file_reference
|
||||||
provider: editor
|
provider: editor
|
||||||
status: true
|
status: true
|
||||||
weight: 11
|
weight: -47
|
||||||
settings: { }
|
settings: { }
|
||||||
|
filter_html_escape:
|
||||||
|
id: filter_html_escape
|
||||||
|
provider: filter
|
||||||
|
status: false
|
||||||
|
weight: -46
|
||||||
|
settings: { }
|
||||||
|
filter_autop:
|
||||||
|
id: filter_autop
|
||||||
|
provider: filter
|
||||||
|
status: false
|
||||||
|
weight: -45
|
||||||
|
settings: { }
|
||||||
|
filter_url:
|
||||||
|
id: filter_url
|
||||||
|
provider: filter
|
||||||
|
status: false
|
||||||
|
weight: -44
|
||||||
|
settings:
|
||||||
|
filter_url_length: 72
|
||||||
|
filter_htmlcorrector:
|
||||||
|
id: filter_htmlcorrector
|
||||||
|
provider: filter
|
||||||
|
status: false
|
||||||
|
weight: -41
|
||||||
|
settings: { }
|
||||||
|
markdown:
|
||||||
|
id: markdown
|
||||||
|
provider: markdown
|
||||||
|
status: true
|
||||||
|
weight: -43
|
||||||
|
settings:
|
||||||
|
markdown_library: php-markdown
|
||||||
|
|
Loading…
Reference in a new issue