Skip to content

Commit

Permalink
SUL23-341 Allow lang html attribute in the wysiwyg
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Dec 7, 2023
1 parent 4f70a4b commit 582932d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,34 +98,34 @@ settings:
ckeditor5_sourceEditing:
allowed_tags:
- '<b>'
- '<cite>'
- '<cite lang>'
- '<dt>'
- '<pre class>'
- '<code data-* class>'
- '<dl class>'
- '<dd class>'
- '<div id class>'
- '<div id class lang>'
- '<i class>'
- '<aside class>'
- '<img src alt title class>'
- '<abbr id title>'
- '<span id class>'
- '<span id class lang>'
- '<blockquote cite>'
- '<ul id type class>'
- '<ol id type class>'
- '<li id class>'
- '<h2 id class>'
- '<h3 id class>'
- '<h4 id class>'
- '<h5 id class>'
- '<li id class lang>'
- '<h2 id class lang>'
- '<h3 id class lang>'
- '<h4 id class lang>'
- '<h5 id class lang>'
- '<table id class>'
- '<tbody class>'
- '<th scope id class>'
- '<td id class>'
- '<tr id>'
- '<drupal-media data-* title>'
- '<a aria-label hreflang data-entity-substitution data-entity-type data-entity-uuid title name class>'
- '<p id class>'
- '<a aria-label hreflang data-entity-substitution data-entity-type data-entity-uuid title name class lang>'
- '<p id class lang>'
ckeditor5_style:
styles:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ settings:
allowed_tags:
- '<cite>'
- '<dd>'
- '<div id class>'
- '<div id class lang>'
- '<blockquote cite>'
- '<p id class>'
- '<a aria-label hreflang data-entity-substitution data-entity-type data-entity-uuid title id class>'
- '<p id class lang>'
- '<a aria-label hreflang data-entity-substitution data-entity-type data-entity-uuid title id class lang>'
ckeditor5_style:
styles:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
module:
- linkit
- responsive_tables_filter
- sul_helper
- stanford_profile_helper
name: 'Minimal HTML'
format: stanford_minimal_html
weight: 0
Expand Down

0 comments on commit 582932d

Please sign in to comment.