Install and configure WYSIWYG linebreaks

This commit is contained in:
benjamin melançon 2018-09-06 19:13:28 -04:00
parent b3e60ed406
commit 77c125c625
5 changed files with 82 additions and 14 deletions

View file

@ -101,6 +101,7 @@ module:
update: 0
user: 0
views_ui: 0
wysiwyg_linebreaks: 0
ds: 1
menu_link_content: 1
pathauto: 1

View file

@ -43,13 +43,17 @@ settings:
items:
- Source
plugins:
language:
language_list: un
stylescombo:
styles: ''
linebreaks:
method: force
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: 0
height: 0
width: null
height: null

View file

@ -51,13 +51,17 @@ settings:
- ShowBlocks
- Source
plugins:
language:
language_list: un
stylescombo:
styles: ''
linebreaks:
method: force
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: 0
height: 0
width: null
height: null

View file

@ -14,32 +14,57 @@ filters:
id: filter_html
provider: filter
status: true
weight: -10
weight: -50
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> <p> <br> <span> <img src alt height width data-entity-type data-entity-uuid data-align data-caption>'
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> <p> <br> <span> <img src alt data-entity-type data-entity-uuid data-align data-caption width height>'
filter_html_help: false
filter_html_nofollow: false
filter_align:
id: filter_align
provider: filter
status: true
weight: 7
weight: -48
settings: { }
filter_caption:
id: filter_caption
provider: filter
status: true
weight: 8
weight: -47
settings: { }
filter_html_image_secure:
id: filter_html_image_secure
provider: filter
status: true
weight: 9
weight: -46
settings: { }
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: 11
weight: -45
settings: { }
filter_html_escape:
id: filter_html_escape
provider: filter
status: false
weight: -44
settings: { }
filter_htmlcorrector:
id: filter_htmlcorrector
provider: filter
status: false
weight: -42
settings: { }
filter_url:
id: filter_url
provider: filter
status: false
weight: -43
settings:
filter_url_length: 72
filter_autop:
id: filter_autop
provider: filter
status: true
weight: -49
settings: { }

View file

@ -14,23 +14,57 @@ filters:
id: filter_align
provider: filter
status: true
weight: 8
weight: -49
settings: { }
filter_caption:
id: filter_caption
provider: filter
status: true
weight: 9
weight: -48
settings: { }
filter_htmlcorrector:
id: filter_htmlcorrector
provider: filter
status: true
weight: 10
weight: -47
settings: { }
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: 11
weight: -46
settings: { }
filter_html_escape:
id: filter_html_escape
provider: filter
status: false
weight: -44
settings: { }
filter_html:
id: filter_html
provider: filter
status: false
weight: -45
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> <s> <sup> <sub> <img src alt data-entity-type data-entity-uuid data-align data-caption> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <hr> <p> <h1> <pre>'
filter_html_help: true
filter_html_nofollow: false
filter_html_image_secure:
id: filter_html_image_secure
provider: filter
status: false
weight: -42
settings: { }
filter_url:
id: filter_url
provider: filter
status: false
weight: -43
settings:
filter_url_length: 72
filter_autop:
id: filter_autop
provider: filter
status: true
weight: -50
settings: { }