wysiwyg source
This commit is contained in:
parent
90fe5aafe6
commit
30ca970825
|
@ -20,6 +20,7 @@ settings:
|
||||||
- drupalInsertImage
|
- drupalInsertImage
|
||||||
- bulletedList
|
- bulletedList
|
||||||
- numberedList
|
- numberedList
|
||||||
|
- sourceEditing
|
||||||
plugins:
|
plugins:
|
||||||
ckeditor5_heading:
|
ckeditor5_heading:
|
||||||
enabled_headings:
|
enabled_headings:
|
||||||
|
@ -35,6 +36,8 @@ settings:
|
||||||
reversed: true
|
reversed: true
|
||||||
startIndex: true
|
startIndex: true
|
||||||
multiBlock: true
|
multiBlock: true
|
||||||
|
ckeditor5_sourceEditing:
|
||||||
|
allowed_tags: { }
|
||||||
image_upload:
|
image_upload:
|
||||||
status: true
|
status: true
|
||||||
scheme: public
|
scheme: public
|
||||||
|
|
|
@ -41,7 +41,7 @@ filters:
|
||||||
status: false
|
status: false
|
||||||
weight: -43
|
weight: -43
|
||||||
settings:
|
settings:
|
||||||
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre">'
|
allowed_html: ''
|
||||||
filter_html_help: true
|
filter_html_help: true
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
filter_html_escape:
|
filter_html_escape:
|
||||||
|
|
Loading…
Reference in New Issue