Skip to content

Commit

Permalink
NBLCE-112 Restore Link button to Ckeditor toolbar, enable attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Oct 22, 2024
1 parent 4baf123 commit fac5342
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions configuration/editor.editor.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ settings:
- italic
- superscript
- '|'
- link
- bulletedList
- numberedList
- outdent
Expand Down Expand Up @@ -54,6 +55,8 @@ settings:
ckeditor5_sourceEditing:
allowed_tags:
- '<span>'
- '<h2 id>'
- '<h3 id>'
ckeditor5_style:
styles:
-
Expand Down Expand Up @@ -83,5 +86,12 @@ settings:
-
label: 'List unbulleted'
element: '<ul class="list-no-bullets">'
editor_advanced_link_link:
enabled_attributes:
- aria-label
- class
- id
- rel
- target
image_upload:
status: false
4 changes: 3 additions & 1 deletion configuration/filter.format.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<br> <p class="biblio text-align-left text-align-center text-align-right text-align-justify"> <h2 class="text-align-left text-align-center text-align-right text-align-justify"> <h3 class="text-align-left text-align-center text-align-right text-align-justify"> <h4 class="text-align-left text-align-center text-align-right text-align-justify"> <h5 class="text-align-left text-align-center text-align-right text-align-justify"> <h6 class="text-align-left text-align-center text-align-right text-align-justify"> <span class="ml-3 ml-5 indent-lg subtitle"> <li class="list-item-compact"> <ol class="list-lower-alpha list-lower-roman" start> <ul class="list-no-bullets"> <strong> <em> <sup> <blockquote> <hr> <table> <tr> <td rowspan colspan> <th rowspan colspan> <thead> <tbody> <tfoot> <caption>'
allowed_html: '<br> <p class="biblio text-align-left text-align-center text-align-right text-align-justify"> <h2 id class="text-align-left text-align-center text-align-right text-align-justify"> <h3 id class="text-align-left text-align-center text-align-right text-align-justify"> <h4 class="text-align-left text-align-center text-align-right text-align-justify"> <h5 class="text-align-left text-align-center text-align-right text-align-justify"> <h6 class="text-align-left text-align-center text-align-right text-align-justify"> <span class="ml-3 ml-5 indent-lg subtitle"> <li class="list-item-compact"> <ol class="list-lower-alpha list-lower-roman" start> <ul class="list-no-bullets"> <strong> <em> <sup> <blockquote> <a href aria-label class id target="_blank" rel> <hr> <table> <tr> <td rowspan colspan> <th rowspan colspan> <thead> <tbody> <tfoot> <caption>'
filter_html_help: true
filter_html_nofollow: false
slick_filter:
Expand All @@ -64,7 +64,9 @@ filters:
alt: '0'
title: '0'
optionset: default
by_delta: null
layout: ''
admin_uri: '/admin/config/content/formats/manage/full_html?destination=/admin/config/content/formats&ajax_form=1&_wrapper_format=drupal_ajax'
background: false
box_caption: ''
box_caption_custom: ''
Expand Down

0 comments on commit fac5342

Please sign in to comment.