From 5d0830d4e57a831115026492f5d13074bbb3b8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 6 Sep 2018 18:50:05 -0400 Subject: [PATCH] Commit configuration updated by Drupal 8.6 --- ...ync.module.migrate_drupal_multilingual.yml | 11 ++++++ ...y_form_display.comment.comment.default.yml | 2 ++ ...y_view_display.comment.comment.default.yml | 2 ++ config/sync/core.extension.yml | 1 + .../sync/field.storage.node.field_image.yml | 2 +- config/sync/image.style.small_square.yml | 1 + config/sync/image.style.square_thumbnail.yml | 1 + .../system.action.comment_delete_action.yml | 2 +- .../sync/system.action.node_delete_action.yml | 2 +- config/sync/views.view.block_content.yml | 36 +++++++++++++++++++ config/sync/views.view.watchdog.yml | 12 +++---- 11 files changed, 62 insertions(+), 10 deletions(-) create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.migrate_drupal_multilingual.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.migrate_drupal_multilingual.yml b/config/sync/config_snapshot.snapshot.config_sync.module.migrate_drupal_multilingual.yml new file mode 100644 index 0000000..21d04bd --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.migrate_drupal_multilingual.yml @@ -0,0 +1,11 @@ +uuid: da54d461-6634-4b68-a53b-20610b3d7dec +langcode: en +status: true +dependencies: + module: + - migrate_drupal_multilingual +id: config_sync.module.migrate_drupal_multilingual +snapshotSet: config_sync +extensionType: module +extensionName: migrate_drupal_multilingual +items: { } diff --git a/config/sync/core.entity_form_display.comment.comment.default.yml b/config/sync/core.entity_form_display.comment.comment.default.yml index 554b885..b195ac6 100644 --- a/config/sync/core.entity_form_display.comment.comment.default.yml +++ b/config/sync/core.entity_form_display.comment.comment.default.yml @@ -17,6 +17,8 @@ content: author: weight: -2 region: content + settings: { } + third_party_settings: { } comment_body: type: text_textarea weight: 11 diff --git a/config/sync/core.entity_view_display.comment.comment.default.yml b/config/sync/core.entity_view_display.comment.comment.default.yml index 02e30dc..2d4b49d 100644 --- a/config/sync/core.entity_view_display.comment.comment.default.yml +++ b/config/sync/core.entity_view_display.comment.comment.default.yml @@ -24,4 +24,6 @@ content: links: weight: 100 region: content + settings: { } + third_party_settings: { } hidden: { } diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index d0c7e63..a3b8b61 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -75,6 +75,7 @@ module: metatag: 0 migrate: 0 migrate_drupal: 0 + migrate_drupal_multilingual: 0 migrate_plus: 0 migrate_tools: 0 node: 0 diff --git a/config/sync/field.storage.node.field_image.yml b/config/sync/field.storage.node.field_image.yml index 5b87be8..93e51c6 100644 --- a/config/sync/field.storage.node.field_image.yml +++ b/config/sync/field.storage.node.field_image.yml @@ -15,7 +15,7 @@ type: image settings: uri_scheme: public default_image: - uuid: '' + uuid: null alt: '' title: '' width: null diff --git a/config/sync/image.style.small_square.yml b/config/sync/image.style.small_square.yml index d51db43..953b6f7 100644 --- a/config/sync/image.style.small_square.yml +++ b/config/sync/image.style.small_square.yml @@ -14,3 +14,4 @@ effects: data: width: 170 height: 170 + anchor: center-center diff --git a/config/sync/image.style.square_thumbnail.yml b/config/sync/image.style.square_thumbnail.yml index 7adb62c..5a554ff 100644 --- a/config/sync/image.style.square_thumbnail.yml +++ b/config/sync/image.style.square_thumbnail.yml @@ -14,3 +14,4 @@ effects: data: width: 100 height: 100 + anchor: center-center diff --git a/config/sync/system.action.comment_delete_action.yml b/config/sync/system.action.comment_delete_action.yml index ec3f087..0911947 100644 --- a/config/sync/system.action.comment_delete_action.yml +++ b/config/sync/system.action.comment_delete_action.yml @@ -9,5 +9,5 @@ _core: id: comment_delete_action label: 'Delete comment' type: comment -plugin: comment_delete_action +plugin: 'entity:delete_action:comment' configuration: { } diff --git a/config/sync/system.action.node_delete_action.yml b/config/sync/system.action.node_delete_action.yml index 41013b8..884d039 100644 --- a/config/sync/system.action.node_delete_action.yml +++ b/config/sync/system.action.node_delete_action.yml @@ -9,5 +9,5 @@ _core: id: node_delete_action label: 'Delete content' type: node -plugin: node_delete_action +plugin: 'entity:delete_action:node' configuration: { } diff --git a/config/sync/views.view.block_content.yml b/config/sync/views.view.block_content.yml index 52d3e07..f5e4724 100644 --- a/config/sync/views.view.block_content.yml +++ b/config/sync/views.view.block_content.yml @@ -434,6 +434,42 @@ display: entity_type: block_content entity_field: type plugin_id: bundle + reusable: + id: reusable + table: block_content_field_data + field: reusable + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: block_content + entity_field: reusable + plugin_id: boolean sorts: { } title: 'Custom block library' header: { } diff --git a/config/sync/views.view.watchdog.yml b/config/sync/views.view.watchdog.yml index 1ab548a..638b6d5 100644 --- a/config/sync/views.view.watchdog.yml +++ b/config/sync/views.view.watchdog.yml @@ -655,18 +655,16 @@ display: footer: { } empty: area: - id: area + id: area_text_custom table: views - field: area + field: area_text_custom relationship: none group_type: group - admin_label: '' + admin_label: 'No log messages available.' empty: true tokenize: false - content: - value: 'No log messages available.' - format: basic_html - plugin_id: text + content: 'No log messages available.' + plugin_id: text_custom relationships: uid: id: uid