diff -u b/core/profiles/empty/empty.info.yml b/core/profiles/empty/empty.info.yml --- b/core/profiles/empty/empty.info.yml +++ b/core/profiles/empty/empty.info.yml @@ -6,3 +6,5 @@ - stark install: - shortcut + - contact + 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,3 +4,26 @@ recipes: - article_content_type - comment_comment_type +config: + actions: + core.entity_form_display.node.article.default: + setComponent: + name: comment + options: + type: comment_default + weight: 20 + region: content + settings: {} + third_party_settings: {} + core.entity_view_display.node.article.default: + setComponent: + name: comment + options: + type: comment_default + label: above + settings: + view_mode: default + pager_id: 0 + third_party_settings: { } + weight: 110 + region: content diff -u b/core/recipes/article_content_type/config/core.entity_form_display.node.article.default.yml b/core/recipes/article_content_type/config/core.entity_form_display.node.article.default.yml --- b/core/recipes/article_content_type/config/core.entity_form_display.node.article.default.yml +++ b/core/recipes/article_content_type/config/core.entity_form_display.node.article.default.yml @@ -7,7 +7,6 @@ - image.style.thumbnail - node.type.article module: - - comment - image - path - text @@ -25,12 +24,6 @@ summary_rows: 3 placeholder: '' show_summary: false - third_party_settings: { } - comment: - type: comment_default - weight: 20 - region: content - settings: { } third_party_settings: { } created: type: datetime_timestamp diff -u b/core/recipes/article_content_type/config/core.entity_view_display.node.article.default.yml b/core/recipes/article_content_type/config/core.entity_view_display.node.article.default.yml --- b/core/recipes/article_content_type/config/core.entity_view_display.node.article.default.yml +++ b/core/recipes/article_content_type/config/core.entity_view_display.node.article.default.yml @@ -2,13 +2,11 @@ status: true dependencies: config: - - core.entity_view_display.comment.comment.default - field.field.node.article.body - field.field.node.article.field_image - image.style.wide - node.type.article module: - - comment - image - text - user @@ -23,15 +21,6 @@ settings: { } third_party_settings: { } weight: 0 - region: content - comment: - type: comment_default - label: above - settings: - view_mode: default - pager_id: 0 - third_party_settings: { } - weight: 110 region: content field_image: type: image 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 @@ -1,9 +1,8 @@ -name: Article +name: 'Article content type' description: 'Provides Article content type and related configuration. Use articles for time-sensitive content like news, press releases or blog posts.' type: 'Content type' recipes: - content_editor_role - - comment_comment_type install: - field - file @@ -11,8 +10,6 @@ - node - path - text - - user - - comment config: import: node: diff -u b/core/recipes/comment_comment_type/recipe.yml b/core/recipes/comment_comment_type/recipe.yml --- b/core/recipes/comment_comment_type/recipe.yml +++ b/core/recipes/comment_comment_type/recipe.yml @@ -6,7 +6,15 @@ - field - node - text + - views config: import: comment: + - core.entity_view_mode.comment.full - field.storage.comment.comment_body + - system.action.comment_delete_action + - system.action.comment_publish_action + - system.action.comment_save_action + - system.action.comment_unpublish_action + - views.view.comment + - views.view.comments_recent diff -u b/core/recipes/core_recommended_maintenance/recipe.yml b/core/recipes/core_recommended_maintenance/recipe.yml --- b/core/recipes/core_recommended_maintenance/recipe.yml +++ b/core/recipes/core_recommended_maintenance/recipe.yml @@ -4,3 +4,8 @@ install: - automated_cron - announcements_feed +config: + actions: + automated_cron.settings: + simple_config_update: + interval: 10800 diff -u b/core/recipes/editorial_workflow/recipe.yml b/core/recipes/editorial_workflow/recipe.yml --- b/core/recipes/editorial_workflow/recipe.yml +++ b/core/recipes/editorial_workflow/recipe.yml @@ -7,4 +7,5 @@ - views config: import: - content_moderation: '*' + content_moderation: + - views.view.moderated_content diff -u b/core/recipes/feedback_contact_form/recipe.yml b/core/recipes/feedback_contact_form/recipe.yml --- b/core/recipes/feedback_contact_form/recipe.yml +++ b/core/recipes/feedback_contact_form/recipe.yml @@ -5,4 +5,5 @@ - contact config: import: - contact: '*' + contact: + - contact.settings diff -u b/core/recipes/page_content_type/recipe.yml b/core/recipes/page_content_type/recipe.yml --- b/core/recipes/page_content_type/recipe.yml +++ b/core/recipes/page_content_type/recipe.yml @@ -8,7 +8,6 @@ - node - path - text - - user config: import: node: diff -u b/core/recipes/restricted_html_format/recipe.yml b/core/recipes/restricted_html_format/recipe.yml --- b/core/recipes/restricted_html_format/recipe.yml +++ b/core/recipes/restricted_html_format/recipe.yml @@ -4,5 +4,5 @@ install: - filter config: - import: - filter: '*' + import: + filter: '*' diff -u b/core/recipes/standard/recipe.yml b/core/recipes/standard/recipe.yml --- b/core/recipes/standard/recipe.yml +++ b/core/recipes/standard/recipe.yml @@ -3,10 +3,8 @@ type: 'Site' recipes: - basic_block_type - - comment_comment_type - article_comment - article_tags - - tags_taxonomy - feedback_contact_form - standard_content_types - standard_editors @@ -17,30 +15,16 @@ - core_recommended_maintenance - core_recommended_themes install: - - node - history - - block - - breakpoint - config - - comment - contextual - - contact - menu_link_content - datetime - - block_content - - help - - image - menu_ui - options - - path - - taxonomy - dblog - - search - - shortcut - toolbar - field_ui - - file - - views - views_ui config: import: @@ -48,15 +32,6 @@ - field.storage.block_content.body - core.entity_view_mode.block_content.full - views.view.block_content - comment: - - core.entity_view_mode.comment.full - - field.storage.comment.comment_body - - system.action.comment_delete_action - - system.action.comment_publish_action - - system.action.comment_save_action - - system.action.comment_unpublish_action - - views.view.comment - - views.view.comments_recent node: - core.entity_view_mode.node.full - core.entity_view_mode.node.search_index @@ -82,11 +57,6 @@ - views.view.who_s_online shortcut: - shortcut.set.default - taxonomy: - - core.entity_view_mode.taxonomy_term.full - - system.action.taxonomy_term_publish_action - - system.action.taxonomy_term_unpublish_action - - views.view.taxonomy_term help: - block.block.claro_help_search - search.page.help_search @@ -97,9 +67,6 @@ dblog: - views.view.watchdog actions: - automated_cron.settings: - simple_config_update: - interval: 10800 node.settings: simple_config_update: use_admin_theme: true diff -u b/core/recipes/standard_responsive_images/recipe.yml b/core/recipes/standard_responsive_images/recipe.yml --- b/core/recipes/standard_responsive_images/recipe.yml +++ b/core/recipes/standard_responsive_images/recipe.yml @@ -7,4 +7,3 @@ config: import: image: '*' - responsive_image: '*' diff -u b/core/recipes/tags_taxonomy/recipe.yml b/core/recipes/tags_taxonomy/recipe.yml --- b/core/recipes/tags_taxonomy/recipe.yml +++ b/core/recipes/tags_taxonomy/recipe.yml @@ -1,7 +1,5 @@ name: Tags description: 'Provides "Tags" taxonomy vocabulary and related configuration. Use tags to group content on similar topics into categories.' type: 'Taxonomy' -install: - - field - - node - - taxonomy +recipes: + - standard_taxonomy diff -u b/core/recipes/user_user_type/recipe.yml b/core/recipes/user_user_type/recipe.yml --- b/core/recipes/user_user_type/recipe.yml +++ b/core/recipes/user_user_type/recipe.yml @@ -5,7 +5,6 @@ - field - file - image - - user config: import: image: only in patch2: unchanged: --- /dev/null +++ b/core/profiles/empty/config/install/contact.form.feedback.yml @@ -0,0 +1,11 @@ +langcode: en +status: true +dependencies: { } +id: feedback +label: 'Website feedback' +recipients: + - admin@example.com +reply: '' +weight: 0 +message: 'Your message has been sent.' +redirect: '' only in patch2: unchanged: --- /dev/null +++ b/core/profiles/empty/empty.profile @@ -0,0 +1,26 @@ +getValue('site_mail'); + ContactForm::load('feedback')->setRecipients([$site_mail])->trustData()->save(); +} only in patch2: unchanged: --- /dev/null +++ b/core/recipes/standard_taxonomy/recipe.yml @@ -0,0 +1,16 @@ +name: 'Standard taxonomy' +description: 'Provides taxonomy vocabulary and related configuration.' +type: 'Taxonomy' +install: + - node + - taxonomy + - views +config: + import: + taxonomy: + - core.entity_view_mode.taxonomy_term.full + - system.action.taxonomy_term_publish_action + - system.action.taxonomy_term_unpublish_action + - views.view.taxonomy_term + node: + - core.entity_view_mode.node.teaser