-
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 #299 from City-of-Helsinki/dev
Dev to main
- Loading branch information
Showing
78 changed files
with
2,697 additions
and
2,377 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
_core: | ||
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk | ||
mode: simple | ||
ignored_config_entities: | ||
- 'system.site:page.front' | ||
- 'hdbt_admin_tools.site_settings:site_settings' | ||
- 'easy_breadcrumb.settings:home_segment_title' | ||
- 'hdbt_admin_tools.site_settings:site_settings' | ||
- 'system.site:page.front' |
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_list: | ||
reversed: false | ||
startIndex: true | ||
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>' | ||
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>' | ||
linkit_extension: | ||
linkit_enabled: true | ||
linkit_profile: helfi | ||
image_upload: { } | ||
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
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.