diff -u b/core/recipes/article_comment/recipe.yml b/core/recipes/article_comment/recipe.yml --- b/core/recipes/article_comment/recipe.yml +++ b/core/recipes/article_comment/recipe.yml @@ -4,29 +4,3 @@ recipes: - article_content_type - comment_comment_type -#config: -# actions: -# core.entity_view_display.node.article.default: -# setComponent: -# comment: -# - -# type: comment_default -# label: above -# settings: -# view_mode: default -# pager_id: 0 -# third_party_settings: { } -# weight: 110 -# region: content -# core.entity_view_display.node.article.teaser: -# removeComponent: -# comment -# core.entity_form_display.node.article.default: -# setComponent: -# comment: -# - -# type: comment_default -# weight: 20 -# region: content -# settings: { } -# third_party_settings: { } diff -u b/core/recipes/article_content_type/recipe.yml b/core/recipes/article_content_type/recipe.yml --- b/core/recipes/article_content_type/recipe.yml +++ b/core/recipes/article_content_type/recipe.yml @@ -3,6 +3,7 @@ type: 'Content type' recipes: - content_editor_role + - comment_comment_type install: - field - file @@ -11,6 +12,7 @@ - path - text - user + - comment config: import: node: diff -u b/core/recipes/article_tags/recipe.yml b/core/recipes/article_tags/recipe.yml --- b/core/recipes/article_tags/recipe.yml +++ b/core/recipes/article_tags/recipe.yml @@ -30,8 +30,6 @@ third_party_settings: { } weight: 10 region: content - # removeComponent: - # field_tags core.entity_view_display.node.article.default: setComponent: name: field_tags reverted: --- b/core/recipes/basic_html_editor/config/editor.editor.basic_html.yml +++ /dev/null @@ -1,65 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - filter.format.basic_html - module: - - ckeditor5 -format: basic_html -editor: ckeditor5 -settings: - toolbar: - items: - - bold - - italic - - '|' - - link - - '|' - - bulletedList - - numberedList - - '|' - - blockQuote - - drupalInsertImage - - '|' - - heading - - code - - '|' - - sourceEditing - plugins: - ckeditor5_heading: - enabled_headings: - - heading2 - - heading3 - - heading4 - - heading5 - - heading6 - ckeditor5_imageResize: - allow_resize: true - ckeditor5_list: - properties: - reversed: false - startIndex: true - multiBlock: true - ckeditor5_sourceEditing: - allowed_tags: - - '' - - '
' - - '
' - - '
' - - '' - - '
' - - '