Configure full HTML to do line breaks, give editors access
This fixes paragraphs not showing up on imported content
This commit is contained in:
parent
1e45c1fdde
commit
ab3474de7b
4 changed files with 30 additions and 2 deletions
|
@ -54,11 +54,15 @@ settings:
|
|||
plugins:
|
||||
stylescombo:
|
||||
styles: ''
|
||||
language:
|
||||
language_list: un
|
||||
linebreaks:
|
||||
method: force
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
directory: inline-images
|
||||
max_size: ''
|
||||
max_dimensions:
|
||||
width: 0
|
||||
height: 0
|
||||
width: null
|
||||
height: null
|
||||
|
|
|
@ -34,3 +34,25 @@ filters:
|
|||
status: true
|
||||
weight: 11
|
||||
settings: { }
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
settings: { }
|
||||
filter_html:
|
||||
id: filter_html
|
||||
provider: filter
|
||||
status: false
|
||||
weight: -10
|
||||
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_url:
|
||||
id: filter_url
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
settings:
|
||||
filter_url_length: 88
|
||||
|
|
|
@ -35,6 +35,7 @@ permissions:
|
|||
- 'revert event revisions'
|
||||
- 'skip comment approval'
|
||||
- 'use exclude node title'
|
||||
- 'use text format full_html'
|
||||
- 'use text format minimalhtml'
|
||||
- 'use text format minimalhtmltitle'
|
||||
- 'use text format restricted_html'
|
||||
|
|
|
@ -48,6 +48,7 @@ permissions:
|
|||
- 'revert event revisions'
|
||||
- 'skip comment approval'
|
||||
- 'use exclude node title'
|
||||
- 'use text format full_html'
|
||||
- 'use text format minimalhtml'
|
||||
- 'use text format minimalhtmltitle'
|
||||
- 'use text format restricted_html'
|
||||
|
|
Loading…
Reference in a new issue