Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 9, 2024
1 parent 61a85e4 commit 514a0d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion config/sync/editor.editor.stanford_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ settings:
- '|'
- codeBlock
- code
- textPartLanguage
- undo
- redo
plugins:
Expand Down Expand Up @@ -106,9 +107,11 @@ settings:
custom_metadata: false
async_metadata: true
recommended_enabled: false
ckeditor5_language:
language_list: un
ckeditor5_list:
properties:
reversed: false
reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/filter.format.stanford_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ filters:
status: true
weight: -50
settings:
allowed_html: '<br aria-* class dir id lang title> <p aria-* class dir id lang title> <h2 aria-* class dir id lang title> <h3 aria-* class dir id lang title> <h4 aria-* class dir id lang title> <h5 aria-* class dir id lang title> <a hreflang data-entity-substitution data-entity-type data-entity-uuid name href aria-* class dir id lang title> <b aria-* class dir id lang title> <cite aria-* class dir id lang title> <dt aria-* class dir id lang title> <pre aria-* class dir id lang title> <code data-* aria-* class dir id lang title> <dl aria-* class dir id lang title> <dd aria-* class dir id lang title> <div role aria-* class dir id lang title> <i role aria-* class dir id lang title> <aside aria-* class dir id lang title> <img src alt aria-* class dir id lang title> <abbr aria-* class dir id lang title> <span aria-* class dir id lang title> <blockquote cite aria-* class dir id lang title> <ul type aria-* class dir id lang title> <ol type start aria-* class dir id lang title> <li aria-* class dir id lang title> <table aria-* class dir id lang title> <tbody aria-* class dir id lang title> <th scope rowspan colspan aria-* class dir id lang title> <td rowspan colspan aria-* class dir id lang title> <tr aria-* class dir id lang title> <drupal-media data-* title alt aria-* class dir id lang title> <strong aria-* class dir id lang title> <em aria-* class dir id lang title> <s aria-* class dir id lang title> <sub aria-* class dir id lang title> <sup aria-* class dir id lang title> <hr aria-* class dir id lang title> <thead aria-* class dir id lang title> <tfoot aria-* class dir id lang title> <caption aria-* class dir id lang title>'
allowed_html: '<br class> <p aria-* class dir id lang title> <h2 aria-* class dir id lang title> <h3 aria-* class dir id lang title> <h4 aria-* class dir id lang title> <h5 aria-* class dir id lang title> <a hreflang data-entity-substitution data-entity-type data-entity-uuid name href aria-* class dir id lang title> <b> <cite class dir id lang title> <dt aria-* class dir id lang title> <pre aria-* class dir id lang title> <code data-* aria-describedby aria-hidden aria-labelledby class dir id lang title> <dl aria-* class dir id lang title> <dd aria-* class dir id lang title> <div role aria-* class dir id lang title> <i role aria-* class dir id lang title> <aside aria-* class dir id lang title> <img src alt aria-* class dir id lang title> <abbr aria-* class dir id lang title> <span aria-* class dir id lang title> <blockquote cite aria-* class dir id lang title> <ul type aria-* class dir id lang title> <ol type start aria-* class dir id lang title> <li aria-* class dir id lang title> <table aria-* class dir id lang title> <tbody aria-* class dir id lang title> <th abbr scope rowspan colspan aria-* class dir id lang title> <td rowspan colspan aria-* class dir id lang title> <tr aria-* class dir id lang title> <drupal-media data-* title alt aria-* class dir id lang title> <strong aria-* class dir id lang title> <em aria-* class dir id lang title> <s aria-* class dir id lang title> <sub aria-* class dir id lang title> <sup aria-* class dir id lang title> <hr class> <thead aria-* class dir id lang title> <tfoot aria-* class dir id lang title> <caption aria-describedby aria-hidden aria-labelledby class dir id lang title>'
filter_html_help: true
filter_html_nofollow: false
filter_html_escape:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/filter.format.stanford_minimal_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ filters:
status: true
weight: 0
settings:
allowed_html: '<br> <p aria-* class dir id lang title> <a hreflang data-entity-substitution data-entity-type data-entity-uuid href aria-* class dir id lang title> <h2 aria-* class dir id lang title> <h3 aria-* class dir id lang title> <h4 aria-* class dir id lang title> <h5 aria-* class dir id lang title> <h6 aria-* class dir id lang title> <cite aria-* class dir id lang title> <dd aria-* class dir id lang title> <div role aria-* class dir id lang title> <blockquote cite aria-* class dir id lang title> <strong aria-* class dir id lang title> <em aria-* class dir id lang title> <code aria-* class dir id lang title> <ul aria-* class dir id lang title> <ol reversed start aria-* class dir id lang title> <li aria-* class dir id lang title>'
allowed_html: '<br> <p aria-* class dir id lang title> <a hreflang data-entity-substitution data-entity-type data-entity-uuid href aria-* class dir id lang title> <h2 aria-* class dir id lang title> <h3 aria-* class dir id lang title> <h4 aria-* class dir id lang title> <h5 aria-* class dir id lang title> <h6 aria-* class dir id lang title> <cite aria-* class dir id lang title> <dd aria-* class dir id lang title> <div role aria-* class dir id lang title> <blockquote cite aria-* class dir id lang title> <strong aria-* class dir id lang title> <em aria-* class dir id lang title> <code aria-describedby aria-hidden aria-labelledby class dir id lang title> <ul aria-* class dir id lang title> <ol reversed start aria-* class dir id lang title> <li aria-* class dir id lang title>'
filter_html_help: true
filter_html_nofollow: false
filter_html_escape:
Expand Down

0 comments on commit 514a0d9

Please sign in to comment.