-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
POMP-169 Cut defunct permissions in formats/roles and assign CKEditor
- Loading branch information
1 parent
95b9fff
commit f808b0c
Showing
5 changed files
with
136 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
uuid: 57ea6bd7-6038-4c68-b970-798494294534 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- filter.format.unb_libraries | ||
module: | ||
- ckeditor5 | ||
format: unb_libraries | ||
editor: ckeditor5 | ||
settings: | ||
toolbar: | ||
items: | ||
- heading | ||
- bold | ||
- italic | ||
- '|' | ||
- 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 | ||
- heading3 | ||
- heading4 | ||
- heading5 | ||
- heading6 | ||
ckeditor5_list: | ||
reversed: false | ||
startIndex: true | ||
ckeditor5_sourceEditing: | ||
allowed_tags: | ||
- '<a class hreflang id>' | ||
- '<cite class>' | ||
- '<blockquote cite class>' | ||
- '<code class>' | ||
- '<ul class type>' | ||
- '<ol class type>' | ||
- '<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>' | ||
- '<td class>' | ||
- '<tr class>' | ||
- '<div class>' | ||
- '<small class>' | ||
- '<span class>' | ||
- '<h2 id>' | ||
- '<h3 id>' | ||
- '<h4 id>' | ||
- '<h5 id>' | ||
- '<h6 id>' | ||
image_upload: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters