-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #300 from City-of-Helsinki/UHF-8391
UHF-8391 D10
- Loading branch information
Showing
54 changed files
with
2,572 additions
and
2,287 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,80 @@ | ||
uuid: 7ab8e5c8-f767-4fe5-a76c-d7b80964beee | ||
uuid: 376729f6-c0d2-4d18-be83-700ddb373a40 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- filter.format.full_html | ||
module: | ||
- ckeditor | ||
- ckeditor5 | ||
_core: | ||
default_config_hash: mx77BnIuTY8Yrm6IkLsHnEOv6JJrHPMD_kKgjP0DVi4 | ||
default_config_hash: rMPZSfUdZCsb509LFsy6EZYI2wjtuonQtf6afD85sQ0 | ||
format: full_html | ||
editor: ckeditor | ||
editor: ckeditor5 | ||
settings: | ||
toolbar: | ||
rows: | ||
- | ||
- | ||
name: Formatting | ||
items: | ||
- Bold | ||
- Italic | ||
- Strike | ||
- Superscript | ||
- Subscript | ||
- '-' | ||
- RemoveFormat | ||
- '-' | ||
- Format | ||
- | ||
name: Lists | ||
items: | ||
- BulletedList | ||
- NumberedList | ||
- | ||
name: Media | ||
items: | ||
- quote | ||
- | ||
name: Links | ||
items: | ||
- DrupalLink | ||
- DrupalUnlink | ||
- | ||
name: Tools | ||
items: | ||
- Undo | ||
- Redo | ||
- Cut | ||
- Copy | ||
- Paste | ||
- PasteFromWord | ||
- SpecialChar | ||
- Table | ||
- language_selector | ||
- Source | ||
items: | ||
- bold | ||
- italic | ||
- strikethrough | ||
- superscript | ||
- subscript | ||
- removeFormat | ||
- heading | ||
- '|' | ||
- bulletedList | ||
- numberedList | ||
- '|' | ||
- link | ||
- helfiQuote | ||
- insertTable | ||
- helfiLanguageSelector | ||
- specialCharacters | ||
- '|' | ||
- undo | ||
- redo | ||
- '|' | ||
- sourceEditing | ||
plugins: | ||
drupallink: | ||
ckeditor5_heading: | ||
enabled_headings: | ||
- heading2 | ||
- heading3 | ||
- heading4 | ||
- heading5 | ||
- heading6 | ||
ckeditor5_sourceEditing: | ||
allowed_tags: | ||
- '<dl>' | ||
- '<dt>' | ||
- '<dd>' | ||
- '<blockquote role aria-* cite class>' | ||
- '<div role aria-* class>' | ||
- '<img src alt height width data-entity-type data-entity-uuid data-align data-caption data-responsive-image-style>' | ||
- '<span role aria-* class>' | ||
- '<ul type>' | ||
- '<ol type>' | ||
- '<h2 id>' | ||
- '<h3 id>' | ||
- '<h4 id>' | ||
- '<h5 id>' | ||
- '<h6 id>' | ||
- '<figure tabindex>' | ||
- '<figcaption>' | ||
ckeditor5_list: | ||
reversed: false | ||
startIndex: true | ||
linkit_extension: | ||
linkit_enabled: true | ||
linkit_profile: helfi | ||
image_upload: { } | ||
helfi_ckeditor_helfi_link: | ||
helfi_link_attributes: | ||
- '<a aria-label class data-design data-hds-icon-start data-is-external data-link-text data-protocol data-selected-icon data-hds-component data-hds-variant id rel role target="_blank" title>' | ||
- '<span aria-hidden class role>' | ||
image_upload: | ||
status: false | ||
scheme: public | ||
directory: inline-images | ||
max_size: '' | ||
max_dimensions: | ||
width: 0 | ||
height: 0 |
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
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
Oops, something went wrong.