Skip to content

Commit

Permalink
POMP-172 Adjust unb_libraries text format
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed May 9, 2024
1 parent e60617f commit 5268684
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 50 deletions.
53 changes: 4 additions & 49 deletions configuration/editor.editor.unb_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,64 +14,19 @@ settings:
- heading
- bold
- italic
- strikethrough
- subscript
- superscript
- '|'
- link
- blockQuote
- code
- bulletedList
- numberedList
- strikethrough
- superscript
- subscript
- insertTable
- horizontalLine
- codeBlock
- '|'
- sourceEditing
plugins:
ckeditor5_codeBlock:
languages:
-
label: 'Plain text'
language: plaintext
-
label: C
language: c
-
label: 'C#'
language: cs
-
label: C++
language: cpp
-
label: CSS
language: css
-
label: Diff
language: diff
-
label: HTML
language: html
-
label: Java
language: java
-
label: JavaScript
language: javascript
-
label: PHP
language: php
-
label: Python
language: python
-
label: Ruby
language: ruby
-
label: TypeScript
language: typescript
-
label: XML
language: xml
ckeditor5_heading:
enabled_headings:
- heading2
Expand Down
2 changes: 1 addition & 1 deletion configuration/filter.format.unb_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <a class hreflang id href> <cite class> <blockquote cite class> <code class> <ul class type> <ol class type start> <li class> <dl class> <dt class> <dd class> <sup class> <sub class> <img class src alt data-entity-type data-entity-uuid data-align data-caption> <table class> <caption class> <tbody class> <thead class> <tfoot class> <th class rowspan colspan> <td class rowspan colspan> <tr class> <div class> <small class> <span class> <strong> <em> <pre> <s> <hr>'
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <a class hreflang id href> <cite class> <blockquote cite class> <code class> <ul class type> <ol class type start> <li class> <dl class> <dt class> <dd class> <sup class> <sub class> <img class src alt data-entity-type data-entity-uuid data-align data-caption> <table class> <caption class> <tbody class> <thead class> <tfoot class> <th class rowspan colspan> <td class rowspan colspan> <tr class> <div class> <small class> <span class> <strong> <em> <s> <hr>'
filter_html_help: true
filter_html_nofollow: false
token_filter:
Expand Down

0 comments on commit 5268684

Please sign in to comment.