Skip to content

Commit

Permalink
chore: remove center alignment and left alignment since it is implied
Browse files Browse the repository at this point in the history
Refs: UNO-814
  • Loading branch information
left23 committed Dec 13, 2023
1 parent 2684673 commit 081b0c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions config/editor.editor.ckeditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,13 @@ settings:
- '|'
- bulletedList
- numberedList
- alignment
- '|'
- blockQuote
- '|'
- heading
- style
- '|'
- sourceEditing
plugins:
ckeditor5_alignment:
enabled_alignments:
- center
- left
ckeditor5_heading:
enabled_headings:
- heading2
Expand Down
2 changes: 1 addition & 1 deletion config/filter.format.ckeditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<br> <p class="title headline text-align-left text-align-center"> <h2 id class="text-align-left text-align-center"> <h3 id class="text-align-left text-align-center"> <h4 id class="text-align-left text-align-center"> <h5 id class="text-align-left text-align-center"> <h6 id class="text-align-left text-align-center"> <a class="read-more" hreflang href data-entity-type data-entity-uuid data-entity-substitution> <cite> <dl> <dt> <dd> <blockquote cite> <ul type> <ol type start> <img data-entity-type data-entity-uuid> <strong> <em> <li>'
allowed_html: '<br> <p class="title headline"> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <a class="read-more" hreflang href data-entity-type data-entity-uuid data-entity-substitution> <cite> <dl> <dt> <dd> <blockquote cite> <ul type> <ol type start> <img data-entity-type data-entity-uuid> <strong> <em> <li>'
filter_html_help: true
filter_html_nofollow: false
filter_autop:
Expand Down

0 comments on commit 081b0c8

Please sign in to comment.