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
|
||||
items:
|
||||
- Markdown
|
||||
- Source
|
||||
- ShowBlocks
|
||||
- Maximize
|
||||
plugins:
|
||||
language:
|
||||
language_list: un
|
||||
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"
|
||||
language:
|
||||
language_list: un
|
||||
linebreaks:
|
||||
method: force
|
||||
image_upload:
|
||||
|
|
|
@ -4,6 +4,7 @@ status: true
|
|||
dependencies:
|
||||
module:
|
||||
- editor
|
||||
- markdown
|
||||
_core:
|
||||
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
|
||||
name: 'Basic HTML'
|
||||
|
@ -14,7 +15,7 @@ filters:
|
|||
id: filter_html
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -10
|
||||
weight: -42
|
||||
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">'
|
||||
filter_html_help: false
|
||||
|
@ -23,23 +24,55 @@ filters:
|
|||
id: filter_align
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 7
|
||||
weight: -50
|
||||
settings: { }
|
||||
filter_caption:
|
||||
id: filter_caption
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 8
|
||||
weight: -49
|
||||
settings: { }
|
||||
filter_html_image_secure:
|
||||
id: filter_html_image_secure
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 9
|
||||
weight: -48
|
||||
settings: { }
|
||||
editor_file_reference:
|
||||
id: editor_file_reference
|
||||
provider: editor
|
||||
status: true
|
||||
weight: 11
|
||||
weight: -47
|
||||
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