Skip to content

Commit 321dfe5

Browse files
authored
No h1 in WYSIWYG (#925)
1 parent ceb0dda commit 321dfe5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

config/sync/editor.editor.full_html.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,13 @@ settings:
8282
language: xml
8383
ckeditor5_heading:
8484
enabled_headings:
85-
- heading1
8685
- heading2
8786
- heading3
8887
- heading4
8988
- heading5
9089
- heading6
9190
ckeditor5_imageResize:
9291
allow_resize: true
93-
ckeditor5_language:
94-
language_list: un
9592
ckeditor5_list:
9693
properties:
9794
reversed: true

config/sync/filter.format.full_html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ filters:
3737
status: true
3838
weight: -10
3939
settings:
40-
allowed_html: '<br> <p> <h1> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <blockquote cite> <ul type> <dl> <dt> <dd> <ol type reversed start> <div class> <span class> <strong> <em> <code class="language-*"> <pre> <s> <sub> <sup> <a href> <li> <hr> <table> <tr> <td rowspan colspan> <th rowspan colspan> <thead> <tbody> <tfoot> <caption> <img src alt height width> <drupal-media data-entity-type data-entity-uuid alt>'
40+
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <blockquote cite> <ul type> <dl> <dt> <dd> <ol type reversed start> <div class> <span class> <strong> <em> <code class="language-*"> <pre> <s> <sub> <sup> <a href> <li> <hr> <table> <tr> <td rowspan colspan> <th rowspan colspan> <thead> <tbody> <tfoot> <caption> <img src alt height width> <drupal-media data-entity-type data-entity-uuid alt>'
4141
filter_html_help: true
4242
filter_html_nofollow: false
4343
filter_htmlcorrector:

0 commit comments

Comments
 (0)