diff --git a/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.default.yml b/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.default.yml index 58e360f..8069d3a 100644 --- a/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.default.yml +++ b/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.default.yml @@ -1,31 +1,33 @@ +langcode: en +status: true +dependencies: + module: + - aggregator id: aggregator_feed.aggregator_feed.default targetEntityType: aggregator_feed bundle: aggregator_feed mode: default -status: true content: - items: - weight: 0 checked: type: timestamp_ago weight: 1 settings: { } third_party_settings: { } label: inline - image: - weight: 2 description: weight: 3 + feed_icon: + weight: 5 + image: + weight: 2 + items: + weight: 0 link: type: uri_link weight: 4 settings: { } third_party_settings: { } label: inline - feed_icon: - weight: 5 hidden: + langcode: true more_link: true -dependencies: - module: - - aggregator diff --git a/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.summary.yml b/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.summary.yml index 4c840d5..164f11c 100644 --- a/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.summary.yml +++ b/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.summary.yml @@ -1,22 +1,23 @@ +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.aggregator_feed.summary + module: + - aggregator id: aggregator_feed.aggregator_feed.summary targetEntityType: aggregator_feed bundle: aggregator_feed mode: summary -status: true content: items: weight: 0 more_link: weight: 1 hidden: - link: true checked: true description: true - image: true feed_icon: true -status: true -dependencies: - config: - - core.entity_view_mode.aggregator_feed.summary - module: - - aggregator + image: true + langcode: true + link: true diff --git a/core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml b/core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml index 6cb424d..39536e4 100644 --- a/core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml +++ b/core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml @@ -1,20 +1,20 @@ +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.aggregator_item.summary + module: + - aggregator + - entity_reference id: aggregator_item.aggregator_item.summary targetEntityType: aggregator_item bundle: aggregator_item mode: summary -status: true content: timestamp: weight: 0 hidden: - link: true author: true - feed: true description: true -status: true -dependencies: - config: - - core.entity_view_mode.aggregator_item.summary - module: - - aggregator - - entity_reference + feed: true + link: true diff --git a/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_feed.summary.yml b/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_feed.summary.yml index c1b4bb8..b5df8cb 100644 --- a/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_feed.summary.yml +++ b/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_feed.summary.yml @@ -1,8 +1,9 @@ -id: aggregator_feed.summary -label: Summary +langcode: en status: true -cache: true -targetEntityType: aggregator_feed dependencies: module: - aggregator +id: aggregator_feed.summary +label: Summary +targetEntityType: aggregator_feed +cache: true diff --git a/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml b/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml index 58d6c7d..b7a3a96 100644 --- a/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml +++ b/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml @@ -1,8 +1,9 @@ -id: aggregator_item.summary -label: Summary +langcode: en status: true -cache: true -targetEntityType: aggregator_item dependencies: module: - aggregator +id: aggregator_item.summary +label: Summary +targetEntityType: aggregator_item +cache: true diff --git a/core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml b/core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml index c558d54..30115ee 100644 --- a/core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml +++ b/core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml @@ -1,8 +1,9 @@ -id: block_content.full -label: Full +langcode: en status: false -cache: true -targetEntityType: block_content dependencies: module: - block_content +id: block_content.full +label: Full +targetEntityType: block_content +cache: true diff --git a/core/modules/book/config/install/core.base_field_override.node.book.promote.yml b/core/modules/book/config/install/core.base_field_override.node.book.promote.yml index a368aed..79e2ed6 100644 --- a/core/modules/book/config/install/core.base_field_override.node.book.promote.yml +++ b/core/modules/book/config/install/core.base_field_override.node.book.promote.yml @@ -7,7 +7,7 @@ id: node.book.promote field_name: promote entity_type: node bundle: book -label: Promoted to front page +label: 'Promoted to front page' description: '' required: false translatable: true @@ -15,6 +15,7 @@ default_value: - value: 0 default_value_callback: '' -settings: { } -third_party_settings: { } +settings: + on_label: 'On' + off_label: 'Off' field_type: boolean diff --git a/core/modules/book/config/install/core.entity_form_display.node.book.default.yml b/core/modules/book/config/install/core.entity_form_display.node.book.default.yml index 0b7ccf6..aa09049 100644 --- a/core/modules/book/config/install/core.entity_form_display.node.book.default.yml +++ b/core/modules/book/config/install/core.entity_form_display.node.book.default.yml @@ -12,19 +12,12 @@ targetEntityType: node bundle: book mode: default content: - title: - type: string_textfield - weight: -5 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 + body: + type: text_textarea_with_summary + weight: 26 settings: - match_operator: CONTAINS - size: 60 + rows: 9 + summary_rows: 3 placeholder: '' third_party_settings: { } created: @@ -32,6 +25,16 @@ content: weight: 10 settings: { } third_party_settings: { } + langcode: + type: language_select + weight: 2 + settings: { } + third_party_settings: { } + path: + type: path + weight: 30 + settings: { } + third_party_settings: { } promote: type: boolean_checkbox settings: @@ -44,13 +47,19 @@ content: display_label: true weight: 16 third_party_settings: { } - body: - type: text_textarea_with_summary - weight: 26 + title: + type: string_textfield + weight: -5 settings: - rows: 9 - summary_rows: 3 + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + settings: + match_operator: CONTAINS + size: 60 placeholder: '' third_party_settings: { } hidden: { } -third_party_settings: { } diff --git a/core/modules/book/config/install/core.entity_view_display.node.book.default.yml b/core/modules/book/config/install/core.entity_view_display.node.book.default.yml index ff46c58..7d8f5b6 100644 --- a/core/modules/book/config/install/core.entity_view_display.node.book.default.yml +++ b/core/modules/book/config/install/core.entity_view_display.node.book.default.yml @@ -22,4 +22,3 @@ content: weight: 101 hidden: langcode: true -third_party_settings: { } diff --git a/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml b/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml index 61920f4..9f2988e 100644 --- a/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml +++ b/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml @@ -24,4 +24,3 @@ content: weight: 101 hidden: langcode: true -third_party_settings: { } diff --git a/core/modules/book/config/install/core.entity_view_mode.node.print.yml b/core/modules/book/config/install/core.entity_view_mode.node.print.yml index de47b0c..2706949 100644 --- a/core/modules/book/config/install/core.entity_view_mode.node.print.yml +++ b/core/modules/book/config/install/core.entity_view_mode.node.print.yml @@ -1,8 +1,5 @@ -id: node.print -label: Print +langcode: en status: false -cache: true -targetEntityType: node dependencies: module: - book @@ -10,3 +7,7 @@ dependencies: enforced: module: - book +id: node.print +label: Print +targetEntityType: node +cache: true diff --git a/core/modules/book/config/install/field.field.node.book.body.yml b/core/modules/book/config/install/field.field.node.book.body.yml index 4c128b6..b97b9fa 100644 --- a/core/modules/book/config/install/field.field.node.book.body.yml +++ b/core/modules/book/config/install/field.field.node.book.body.yml @@ -18,5 +18,4 @@ default_value: { } default_value_callback: '' settings: display_summary: true -third_party_settings: { } field_type: text_with_summary diff --git a/core/modules/book/config/install/node.type.book.yml b/core/modules/book/config/install/node.type.book.yml index a5076b2..531677f 100644 --- a/core/modules/book/config/install/node.type.book.yml +++ b/core/modules/book/config/install/node.type.book.yml @@ -11,7 +11,5 @@ type: book description: 'Books have a built-in hierarchical navigation. Use for handbooks or tutorials.' help: '' new_revision: false -display_submitted: true preview_mode: 1 display_submitted: true -third_party_settings: { } diff --git a/core/modules/comment/config/install/core.entity_view_mode.comment.full.yml b/core/modules/comment/config/install/core.entity_view_mode.comment.full.yml index c30d77d..b2013dd 100644 --- a/core/modules/comment/config/install/core.entity_view_mode.comment.full.yml +++ b/core/modules/comment/config/install/core.entity_view_mode.comment.full.yml @@ -1,8 +1,9 @@ -id: comment.full -label: 'Full comment' +langcode: en status: false -cache: true -targetEntityType: comment dependencies: module: - comment +id: comment.full +label: 'Full comment' +targetEntityType: comment +cache: true diff --git a/core/modules/comment/config/install/system.action.comment_publish_action.yml b/core/modules/comment/config/install/system.action.comment_publish_action.yml index e1e12ad..8fbd48d 100644 --- a/core/modules/comment/config/install/system.action.comment_publish_action.yml +++ b/core/modules/comment/config/install/system.action.comment_publish_action.yml @@ -1,9 +1,10 @@ -id: comment_publish_action -label: 'Publish comment' -status: true langcode: en -type: comment -plugin: comment_publish_action +status: true dependencies: module: - comment +id: comment_publish_action +label: 'Publish comment' +type: comment +plugin: comment_publish_action +configuration: { } diff --git a/core/modules/comment/config/install/system.action.comment_save_action.yml b/core/modules/comment/config/install/system.action.comment_save_action.yml index 8c605b0..640d281 100644 --- a/core/modules/comment/config/install/system.action.comment_save_action.yml +++ b/core/modules/comment/config/install/system.action.comment_save_action.yml @@ -1,9 +1,10 @@ -id: comment_save_action -label: 'Save comment' -status: true langcode: en -type: comment -plugin: comment_save_action +status: true dependencies: module: - comment +id: comment_save_action +label: 'Save comment' +type: comment +plugin: comment_save_action +configuration: { } diff --git a/core/modules/comment/config/install/system.action.comment_unpublish_action.yml b/core/modules/comment/config/install/system.action.comment_unpublish_action.yml index 5e8e169..99902e8 100644 --- a/core/modules/comment/config/install/system.action.comment_unpublish_action.yml +++ b/core/modules/comment/config/install/system.action.comment_unpublish_action.yml @@ -1,9 +1,10 @@ -id: comment_unpublish_action -label: 'Unpublish comment' -status: true langcode: en -type: comment -plugin: comment_unpublish_action +status: true dependencies: module: - comment +id: comment_unpublish_action +label: 'Unpublish comment' +type: comment +plugin: comment_unpublish_action +configuration: { } diff --git a/core/modules/contact/config/install/contact.form.personal.yml b/core/modules/contact/config/install/contact.form.personal.yml index 2fc59f1..c766fdd 100644 --- a/core/modules/contact/config/install/contact.form.personal.yml +++ b/core/modules/contact/config/install/contact.form.personal.yml @@ -1,7 +1,8 @@ +langcode: en +status: true +dependencies: { } id: personal label: 'Personal contact form' recipients: { } reply: '' weight: 0 -status: true -langcode: en diff --git a/core/modules/filter/config/install/filter.format.plain_text.yml b/core/modules/filter/config/install/filter.format.plain_text.yml index 5de8988..61db155 100644 --- a/core/modules/filter/config/install/filter.format.plain_text.yml +++ b/core/modules/filter/config/install/filter.format.plain_text.yml @@ -1,23 +1,16 @@ -# Every site requires at least one text format as fallback format that -# - is accessible to all users. -# - is secure, using very basic formatting only. -# - may be modified by installation profiles to have other properties. -format: plain_text -name: 'Plain text' +langcode: en status: true +dependencies: { } +name: 'Plain text' +format: plain_text weight: 10 -roles: - - anonymous - - authenticated filters: - # Escape all HTML. filter_html_escape: id: filter_html_escape provider: filter status: true weight: -10 settings: { } - # Convert URLs into links. filter_url: id: filter_url provider: filter @@ -25,11 +18,9 @@ filters: weight: 0 settings: filter_url_length: 72 - # Convert linebreaks into paragraphs. filter_autop: id: filter_autop provider: filter status: true weight: 0 settings: { } -langcode: en diff --git a/core/modules/forum/config/install/core.base_field_override.node.forum.promote.yml b/core/modules/forum/config/install/core.base_field_override.node.forum.promote.yml index 11dbe49..be6e1a3 100644 --- a/core/modules/forum/config/install/core.base_field_override.node.forum.promote.yml +++ b/core/modules/forum/config/install/core.base_field_override.node.forum.promote.yml @@ -1,4 +1,3 @@ -# Changes the default value of the promote base field on the forum node type. langcode: en status: true dependencies: @@ -8,7 +7,7 @@ id: node.forum.promote field_name: promote entity_type: node bundle: forum -label: Promoted to front page +label: 'Promoted to front page' description: '' required: false translatable: true @@ -16,5 +15,7 @@ default_value: - value: 0 default_value_callback: '' -settings: { } +settings: + on_label: 'On' + off_label: 'Off' field_type: boolean diff --git a/core/modules/forum/config/install/core.base_field_override.node.forum.title.yml b/core/modules/forum/config/install/core.base_field_override.node.forum.title.yml index fa69248..71c5835 100644 --- a/core/modules/forum/config/install/core.base_field_override.node.forum.title.yml +++ b/core/modules/forum/config/install/core.base_field_override.node.forum.title.yml @@ -1,4 +1,3 @@ -# Changes the label of the title base field on the forum node type. langcode: en status: true dependencies: @@ -9,6 +8,7 @@ field_name: title entity_type: node bundle: forum label: Subject +description: '' required: true translatable: true default_value: { } diff --git a/core/modules/forum/config/install/core.entity_form_display.comment.comment_forum.default.yml b/core/modules/forum/config/install/core.entity_form_display.comment.comment_forum.default.yml index 85a0393..eeb583c 100644 --- a/core/modules/forum/config/install/core.entity_form_display.comment.comment_forum.default.yml +++ b/core/modules/forum/config/install/core.entity_form_display.comment.comment_forum.default.yml @@ -13,13 +13,6 @@ mode: default content: author: weight: -2 - subject: - type: string_textfield - weight: 10 - settings: - size: 60 - placeholder: '' - third_party_settings: { } comment_body: type: text_textarea weight: 11 @@ -27,5 +20,16 @@ content: rows: 5 placeholder: '' third_party_settings: { } + langcode: + type: language_select + weight: 2 + settings: { } + third_party_settings: { } + subject: + type: string_textfield + weight: 10 + settings: + size: 60 + placeholder: '' + third_party_settings: { } hidden: { } -third_party_settings: { } diff --git a/core/modules/forum/config/install/core.entity_form_display.node.forum.default.yml b/core/modules/forum/config/install/core.entity_form_display.node.forum.default.yml index 8731335..1ac7c6c 100644 --- a/core/modules/forum/config/install/core.entity_form_display.node.forum.default.yml +++ b/core/modules/forum/config/install/core.entity_form_display.node.forum.default.yml @@ -15,26 +15,34 @@ targetEntityType: node bundle: forum mode: default content: - title: - type: string_textfield - weight: -5 + body: + type: text_textarea_with_summary + weight: 27 settings: - size: 60 + rows: 9 + summary_rows: 3 placeholder: '' third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' + comment_forum: + type: comment_default + weight: 20 + settings: { } third_party_settings: { } created: type: datetime_timestamp weight: 10 settings: { } third_party_settings: { } + langcode: + type: language_select + weight: 2 + settings: { } + third_party_settings: { } + path: + type: path + weight: 30 + settings: { } + third_party_settings: { } promote: type: boolean_checkbox settings: @@ -47,23 +55,24 @@ content: display_label: true weight: 16 third_party_settings: { } - comment_forum: - type: comment_default - weight: 20 - settings: { } - third_party_settings: { } taxonomy_forums: type: options_select weight: 26 settings: { } third_party_settings: { } - body: - type: text_textarea_with_summary - weight: 27 + title: + type: string_textfield + weight: -5 settings: - rows: 9 - summary_rows: 3 + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + settings: + match_operator: CONTAINS + size: 60 placeholder: '' third_party_settings: { } hidden: { } -third_party_settings: { } diff --git a/core/modules/forum/config/install/core.entity_form_display.taxonomy_term.forums.default.yml b/core/modules/forum/config/install/core.entity_form_display.taxonomy_term.forums.default.yml index dfca846..752adf8 100644 --- a/core/modules/forum/config/install/core.entity_form_display.taxonomy_term.forums.default.yml +++ b/core/modules/forum/config/install/core.entity_form_display.taxonomy_term.forums.default.yml @@ -10,6 +10,16 @@ targetEntityType: taxonomy_term bundle: forums mode: default content: + description: + type: text_textfield + weight: 0 + settings: { } + third_party_settings: { } + langcode: + type: language_select + weight: 2 + settings: { } + third_party_settings: { } name: type: string_textfield weight: -5 @@ -17,10 +27,10 @@ content: size: 60 placeholder: '' third_party_settings: { } - description: - type: text_textfield - weight: 0 + path: + type: path + weight: 30 settings: { } third_party_settings: { } -hidden: { } -third_party_settings: { } +hidden: + forum_container: true diff --git a/core/modules/forum/config/install/core.entity_view_display.comment.comment_forum.default.yml b/core/modules/forum/config/install/core.entity_view_display.comment.comment_forum.default.yml index 624024f..8dbbdbd 100644 --- a/core/modules/forum/config/install/core.entity_view_display.comment.comment_forum.default.yml +++ b/core/modules/forum/config/install/core.entity_view_display.comment.comment_forum.default.yml @@ -19,5 +19,5 @@ content: third_party_settings: { } links: weight: 100 -hidden: { } -third_party_settings: { } +hidden: + langcode: true diff --git a/core/modules/forum/config/install/core.entity_view_display.node.forum.default.yml b/core/modules/forum/config/install/core.entity_view_display.node.forum.default.yml index 8da8d3b..8ccf000 100644 --- a/core/modules/forum/config/install/core.entity_view_display.node.forum.default.yml +++ b/core/modules/forum/config/install/core.entity_view_display.node.forum.default.yml @@ -16,13 +16,6 @@ targetEntityType: node bundle: forum mode: default content: - taxonomy_forums: - type: entity_reference_label - weight: -1 - label: above - settings: - link: true - third_party_settings: { } body: label: hidden type: text_default @@ -38,6 +31,12 @@ content: third_party_settings: { } links: weight: 100 + taxonomy_forums: + type: entity_reference_label + weight: -1 + label: above + settings: + link: true + third_party_settings: { } hidden: langcode: true -third_party_settings: { } diff --git a/core/modules/forum/config/install/core.entity_view_display.node.forum.teaser.yml b/core/modules/forum/config/install/core.entity_view_display.node.forum.teaser.yml index 2333ad8..548993d 100644 --- a/core/modules/forum/config/install/core.entity_view_display.node.forum.teaser.yml +++ b/core/modules/forum/config/install/core.entity_view_display.node.forum.teaser.yml @@ -16,13 +16,6 @@ targetEntityType: node bundle: forum mode: teaser content: - taxonomy_forums: - type: entity_reference_label - weight: 10 - label: above - settings: - link: true - third_party_settings: { } body: label: hidden type: text_summary_or_trimmed @@ -32,7 +25,13 @@ content: third_party_settings: { } links: weight: 101 + taxonomy_forums: + type: entity_reference_label + weight: 10 + label: above + settings: + link: true + third_party_settings: { } hidden: - langcode: true comment_forum: true -third_party_settings: { } + langcode: true diff --git a/core/modules/forum/config/install/core.entity_view_display.taxonomy_term.forums.default.yml b/core/modules/forum/config/install/core.entity_view_display.taxonomy_term.forums.default.yml index b3d695b..b3db127 100644 --- a/core/modules/forum/config/install/core.entity_view_display.taxonomy_term.forums.default.yml +++ b/core/modules/forum/config/install/core.entity_view_display.taxonomy_term.forums.default.yml @@ -16,5 +16,6 @@ content: settings: { } third_party_settings: { } label: above -hidden: { } -third_party_settings: { } +hidden: + langcode: true + forum_container: true diff --git a/core/modules/forum/config/install/field.field.comment.comment_forum.comment_body.yml b/core/modules/forum/config/install/field.field.comment.comment_forum.comment_body.yml index d0b6472..215199c 100644 --- a/core/modules/forum/config/install/field.field.comment.comment_forum.comment_body.yml +++ b/core/modules/forum/config/install/field.field.comment.comment_forum.comment_body.yml @@ -17,5 +17,4 @@ translatable: true default_value: { } default_value_callback: '' settings: { } -third_party_settings: { } field_type: text_long diff --git a/core/modules/forum/config/install/field.field.node.forum.body.yml b/core/modules/forum/config/install/field.field.node.forum.body.yml index 279f160..af6f7ad 100644 --- a/core/modules/forum/config/install/field.field.node.forum.body.yml +++ b/core/modules/forum/config/install/field.field.node.forum.body.yml @@ -18,5 +18,4 @@ default_value: { } default_value_callback: '' settings: display_summary: true -third_party_settings: { } field_type: text_with_summary diff --git a/core/modules/forum/config/install/field.field.node.forum.comment_forum.yml b/core/modules/forum/config/install/field.field.node.forum.comment_forum.yml index 6153e72..8812273 100644 --- a/core/modules/forum/config/install/field.field.node.forum.comment_forum.yml +++ b/core/modules/forum/config/install/field.field.node.forum.comment_forum.yml @@ -29,5 +29,4 @@ settings: form_location: true anonymous: 0 preview: 1 -third_party_settings: { } field_type: comment diff --git a/core/modules/forum/config/install/field.field.node.forum.taxonomy_forums.yml b/core/modules/forum/config/install/field.field.node.forum.taxonomy_forums.yml index b5e7332..1f7bc5c 100644 --- a/core/modules/forum/config/install/field.field.node.forum.taxonomy_forums.yml +++ b/core/modules/forum/config/install/field.field.node.forum.taxonomy_forums.yml @@ -17,12 +17,11 @@ translatable: true default_value: { } default_value_callback: '' settings: - handler: default + handler: 'default:taxonomy_term' handler_settings: target_bundles: forums: forums sort: field: _none auto_create: true -third_party_settings: { } field_type: entity_reference diff --git a/core/modules/forum/config/install/field.field.taxonomy_term.forums.forum_container.yml b/core/modules/forum/config/install/field.field.taxonomy_term.forums.forum_container.yml index 8565083..4cf3e83 100644 --- a/core/modules/forum/config/install/field.field.taxonomy_term.forums.forum_container.yml +++ b/core/modules/forum/config/install/field.field.taxonomy_term.forums.forum_container.yml @@ -17,7 +17,6 @@ default_value: value: 0 default_value_callback: '' settings: - on_label: Yes - off_label: No -third_party_settings: { } + on_label: 'Yes' + off_label: 'No' field_type: boolean diff --git a/core/modules/forum/config/install/field.storage.node.taxonomy_forums.yml b/core/modules/forum/config/install/field.storage.node.taxonomy_forums.yml index 0f1e8ae..7ff1c58 100644 --- a/core/modules/forum/config/install/field.storage.node.taxonomy_forums.yml +++ b/core/modules/forum/config/install/field.storage.node.taxonomy_forums.yml @@ -10,7 +10,7 @@ entity_type: node type: entity_reference settings: target_type: taxonomy_term -module: taxonomy +module: entity_reference locked: false cardinality: 1 translatable: true diff --git a/core/modules/forum/config/install/taxonomy.vocabulary.forums.yml b/core/modules/forum/config/install/taxonomy.vocabulary.forums.yml index cfbcca5..311f6fc 100644 --- a/core/modules/forum/config/install/taxonomy.vocabulary.forums.yml +++ b/core/modules/forum/config/install/taxonomy.vocabulary.forums.yml @@ -11,4 +11,3 @@ vid: forums description: 'Forum navigation vocabulary' hierarchy: 1 weight: -10 -third_party_settings: { } diff --git a/core/modules/image/config/install/image.style.large.yml b/core/modules/image/config/install/image.style.large.yml index 17e908b..c793584 100644 --- a/core/modules/image/config/install/image.style.large.yml +++ b/core/modules/image/config/install/image.style.large.yml @@ -1,12 +1,14 @@ +langcode: en +status: true +dependencies: { } name: large label: 'Large (480×480)' effects: ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d: + uuid: ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d id: image_scale + weight: 0 data: width: 480 height: 480 upscale: false - weight: 0 - uuid: ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d -langcode: en diff --git a/core/modules/image/config/install/image.style.medium.yml b/core/modules/image/config/install/image.style.medium.yml index 72ed327..775a511 100644 --- a/core/modules/image/config/install/image.style.medium.yml +++ b/core/modules/image/config/install/image.style.medium.yml @@ -1,12 +1,14 @@ +langcode: en +status: true +dependencies: { } name: medium label: 'Medium (220×220)' effects: bddf0d06-42f9-4c75-a700-a33cafa25ea0: + uuid: bddf0d06-42f9-4c75-a700-a33cafa25ea0 id: image_scale + weight: 0 data: width: 220 height: 220 upscale: false - weight: 0 - uuid: bddf0d06-42f9-4c75-a700-a33cafa25ea0 -langcode: en diff --git a/core/modules/image/config/install/image.style.thumbnail.yml b/core/modules/image/config/install/image.style.thumbnail.yml index 4869191..73dc9b8 100644 --- a/core/modules/image/config/install/image.style.thumbnail.yml +++ b/core/modules/image/config/install/image.style.thumbnail.yml @@ -1,12 +1,14 @@ +langcode: en +status: true +dependencies: { } name: thumbnail label: 'Thumbnail (100×100)' effects: 1cfec298-8620-4749-b100-ccb6c4500779: + uuid: 1cfec298-8620-4749-b100-ccb6c4500779 id: image_scale + weight: 0 data: width: 100 height: 100 upscale: false - weight: 0 - uuid: 1cfec298-8620-4749-b100-ccb6c4500779 -langcode: en diff --git a/core/modules/language/config/install/language.entity.en.yml b/core/modules/language/config/install/language.entity.en.yml index 34b6c29..7c3305f 100644 --- a/core/modules/language/config/install/language.entity.en.yml +++ b/core/modules/language/config/install/language.entity.en.yml @@ -1,7 +1,8 @@ +langcode: en +status: true +dependencies: { } id: en label: English -direction: 'ltr' +direction: ltr weight: 0 locked: false -status: true -langcode: en diff --git a/core/modules/language/config/install/language.entity.und.yml b/core/modules/language/config/install/language.entity.und.yml index 67caf48..86b51e5 100644 --- a/core/modules/language/config/install/language.entity.und.yml +++ b/core/modules/language/config/install/language.entity.und.yml @@ -1,7 +1,8 @@ +langcode: en +status: true +dependencies: { } id: und label: 'Not specified' -direction: 'ltr' -weight: 1 +direction: ltr +weight: 2 locked: true -status: true -langcode: en diff --git a/core/modules/language/config/install/language.entity.zxx.yml b/core/modules/language/config/install/language.entity.zxx.yml index 7f02cf7..8b0c862 100644 --- a/core/modules/language/config/install/language.entity.zxx.yml +++ b/core/modules/language/config/install/language.entity.zxx.yml @@ -1,7 +1,8 @@ +langcode: en +status: true +dependencies: { } id: zxx label: 'Not applicable' -direction: 'ltr' -weight: 2 +direction: ltr +weight: 3 locked: true -status: true -langcode: en diff --git a/core/modules/node/config/install/core.entity_view_mode.node.full.yml b/core/modules/node/config/install/core.entity_view_mode.node.full.yml index 3a8654a..f52a51d 100644 --- a/core/modules/node/config/install/core.entity_view_mode.node.full.yml +++ b/core/modules/node/config/install/core.entity_view_mode.node.full.yml @@ -1,8 +1,9 @@ -id: node.full -label: 'Full content' +langcode: en status: false -cache: true -targetEntityType: node dependencies: module: - node +id: node.full +label: 'Full content' +targetEntityType: node +cache: true diff --git a/core/modules/node/config/install/core.entity_view_mode.node.rss.yml b/core/modules/node/config/install/core.entity_view_mode.node.rss.yml index 6a79ca5..6418e47 100644 --- a/core/modules/node/config/install/core.entity_view_mode.node.rss.yml +++ b/core/modules/node/config/install/core.entity_view_mode.node.rss.yml @@ -1,8 +1,9 @@ -id: node.rss -label: RSS +langcode: en status: false -cache: true -targetEntityType: node dependencies: module: - node +id: node.rss +label: RSS +targetEntityType: node +cache: true diff --git a/core/modules/node/config/install/core.entity_view_mode.node.search_index.yml b/core/modules/node/config/install/core.entity_view_mode.node.search_index.yml index 54385d9..7d082be 100644 --- a/core/modules/node/config/install/core.entity_view_mode.node.search_index.yml +++ b/core/modules/node/config/install/core.entity_view_mode.node.search_index.yml @@ -1,8 +1,9 @@ -id: node.search_index -label: 'Search index' +langcode: en status: false -cache: true -targetEntityType: node dependencies: module: - node +id: node.search_index +label: 'Search index' +targetEntityType: node +cache: true diff --git a/core/modules/node/config/install/core.entity_view_mode.node.search_result.yml b/core/modules/node/config/install/core.entity_view_mode.node.search_result.yml index a680fa0..73252b1 100644 --- a/core/modules/node/config/install/core.entity_view_mode.node.search_result.yml +++ b/core/modules/node/config/install/core.entity_view_mode.node.search_result.yml @@ -1,8 +1,9 @@ -id: node.search_result -label: 'Search result highlighting input' +langcode: en status: false -cache: true -targetEntityType: node dependencies: module: - node +id: node.search_result +label: 'Search result highlighting input' +targetEntityType: node +cache: true diff --git a/core/modules/node/config/install/core.entity_view_mode.node.teaser.yml b/core/modules/node/config/install/core.entity_view_mode.node.teaser.yml index be00b8d..dcde72c 100644 --- a/core/modules/node/config/install/core.entity_view_mode.node.teaser.yml +++ b/core/modules/node/config/install/core.entity_view_mode.node.teaser.yml @@ -1,8 +1,9 @@ -id: node.teaser -label: Teaser +langcode: en status: true -cache: true -targetEntityType: node dependencies: module: - node +id: node.teaser +label: Teaser +targetEntityType: node +cache: true diff --git a/core/modules/node/config/install/system.action.node_delete_action.yml b/core/modules/node/config/install/system.action.node_delete_action.yml index 282d5cc..97662dc 100644 --- a/core/modules/node/config/install/system.action.node_delete_action.yml +++ b/core/modules/node/config/install/system.action.node_delete_action.yml @@ -1,9 +1,10 @@ -id: node_delete_action -label: 'Delete content' -status: true langcode: en -type: node -plugin: node_delete_action +status: true dependencies: module: - node +id: node_delete_action +label: 'Delete content' +type: node +plugin: node_delete_action +configuration: { } diff --git a/core/modules/node/config/install/system.action.node_make_sticky_action.yml b/core/modules/node/config/install/system.action.node_make_sticky_action.yml index 04276c0..94a81bf 100644 --- a/core/modules/node/config/install/system.action.node_make_sticky_action.yml +++ b/core/modules/node/config/install/system.action.node_make_sticky_action.yml @@ -1,9 +1,10 @@ -id: node_make_sticky_action -label: 'Make content sticky' -status: true langcode: en -type: node -plugin: node_make_sticky_action +status: true dependencies: module: - node +id: node_make_sticky_action +label: 'Make content sticky' +type: node +plugin: node_make_sticky_action +configuration: { } diff --git a/core/modules/node/config/install/system.action.node_make_unsticky_action.yml b/core/modules/node/config/install/system.action.node_make_unsticky_action.yml index 03a99c5..6572963 100644 --- a/core/modules/node/config/install/system.action.node_make_unsticky_action.yml +++ b/core/modules/node/config/install/system.action.node_make_unsticky_action.yml @@ -1,9 +1,10 @@ -id: node_make_unsticky_action -label: 'Make content unsticky' -status: true langcode: en -type: node -plugin: node_make_unsticky_action +status: true dependencies: module: - node +id: node_make_unsticky_action +label: 'Make content unsticky' +type: node +plugin: node_make_unsticky_action +configuration: { } diff --git a/core/modules/node/config/install/system.action.node_promote_action.yml b/core/modules/node/config/install/system.action.node_promote_action.yml index 4b3a9ae..7c45a42 100644 --- a/core/modules/node/config/install/system.action.node_promote_action.yml +++ b/core/modules/node/config/install/system.action.node_promote_action.yml @@ -1,9 +1,10 @@ -id: node_promote_action -label: 'Promote content to front page' -status: true langcode: en -type: node -plugin: node_promote_action +status: true dependencies: module: - node +id: node_promote_action +label: 'Promote content to front page' +type: node +plugin: node_promote_action +configuration: { } diff --git a/core/modules/node/config/install/system.action.node_publish_action.yml b/core/modules/node/config/install/system.action.node_publish_action.yml index af0b82c..20ed19b 100644 --- a/core/modules/node/config/install/system.action.node_publish_action.yml +++ b/core/modules/node/config/install/system.action.node_publish_action.yml @@ -1,9 +1,10 @@ -id: node_publish_action -label: 'Publish content' -status: true langcode: en -type: node -plugin: node_publish_action +status: true dependencies: module: - node +id: node_publish_action +label: 'Publish content' +type: node +plugin: node_publish_action +configuration: { } diff --git a/core/modules/node/config/install/system.action.node_save_action.yml b/core/modules/node/config/install/system.action.node_save_action.yml index 4dc2073..887ff43 100644 --- a/core/modules/node/config/install/system.action.node_save_action.yml +++ b/core/modules/node/config/install/system.action.node_save_action.yml @@ -1,9 +1,10 @@ -id: node_save_action -label: 'Save content' -status: true langcode: en -type: node -plugin: node_save_action +status: true dependencies: module: - node +id: node_save_action +label: 'Save content' +type: node +plugin: node_save_action +configuration: { } diff --git a/core/modules/node/config/install/system.action.node_unpromote_action.yml b/core/modules/node/config/install/system.action.node_unpromote_action.yml index 21c0ae8..cb290dd 100644 --- a/core/modules/node/config/install/system.action.node_unpromote_action.yml +++ b/core/modules/node/config/install/system.action.node_unpromote_action.yml @@ -1,9 +1,10 @@ -id: node_unpromote_action -label: 'Remove content from front page' -status: true langcode: en -type: node -plugin: node_unpromote_action +status: true dependencies: module: - node +id: node_unpromote_action +label: 'Remove content from front page' +type: node +plugin: node_unpromote_action +configuration: { } diff --git a/core/modules/node/config/install/system.action.node_unpublish_action.yml b/core/modules/node/config/install/system.action.node_unpublish_action.yml index 2e01fae..1e778c0 100644 --- a/core/modules/node/config/install/system.action.node_unpublish_action.yml +++ b/core/modules/node/config/install/system.action.node_unpublish_action.yml @@ -1,9 +1,10 @@ -id: node_unpublish_action -label: 'Unpublish content' -status: true langcode: en -type: node -plugin: node_unpublish_action +status: true dependencies: module: - node +id: node_unpublish_action +label: 'Unpublish content' +type: node +plugin: node_unpublish_action +configuration: { } diff --git a/core/modules/shortcut/config/install/shortcut.set.default.yml b/core/modules/shortcut/config/install/shortcut.set.default.yml index 3e50e3b..263a7f1 100644 --- a/core/modules/shortcut/config/install/shortcut.set.default.yml +++ b/core/modules/shortcut/config/install/shortcut.set.default.yml @@ -1,2 +1,5 @@ +langcode: en +status: true +dependencies: { } id: default label: Default diff --git a/core/modules/system/config/install/core.date_format.fallback.yml b/core/modules/system/config/install/core.date_format.fallback.yml index 6e5c9dc..c3ae46d 100644 --- a/core/modules/system/config/install/core.date_format.fallback.yml +++ b/core/modules/system/config/install/core.date_format.fallback.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: fallback label: 'Fallback date format' -status: true -langcode: en locked: true pattern: 'D, m/d/Y - H:i' diff --git a/core/modules/system/config/install/core.date_format.html_date.yml b/core/modules/system/config/install/core.date_format.html_date.yml index c489b83..ad3e327 100644 --- a/core/modules/system/config/install/core.date_format.html_date.yml +++ b/core/modules/system/config/install/core.date_format.html_date.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: html_date label: 'HTML Date' -status: true -langcode: en locked: true pattern: Y-m-d diff --git a/core/modules/system/config/install/core.date_format.html_datetime.yml b/core/modules/system/config/install/core.date_format.html_datetime.yml index 32debae..8532578 100644 --- a/core/modules/system/config/install/core.date_format.html_datetime.yml +++ b/core/modules/system/config/install/core.date_format.html_datetime.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: html_datetime label: 'HTML Datetime' -status: true -langcode: en locked: true pattern: 'Y-m-d\TH:i:sO' diff --git a/core/modules/system/config/install/core.date_format.html_month.yml b/core/modules/system/config/install/core.date_format.html_month.yml index a370320..94cd827 100644 --- a/core/modules/system/config/install/core.date_format.html_month.yml +++ b/core/modules/system/config/install/core.date_format.html_month.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: html_month label: 'HTML Month' -status: true -langcode: en locked: true pattern: Y-m diff --git a/core/modules/system/config/install/core.date_format.html_time.yml b/core/modules/system/config/install/core.date_format.html_time.yml index 0c45877..65bc753 100644 --- a/core/modules/system/config/install/core.date_format.html_time.yml +++ b/core/modules/system/config/install/core.date_format.html_time.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: html_time label: 'HTML Time' -status: true -langcode: en locked: true pattern: 'H:i:s' diff --git a/core/modules/system/config/install/core.date_format.html_week.yml b/core/modules/system/config/install/core.date_format.html_week.yml index bb5dc6e..bc93009 100644 --- a/core/modules/system/config/install/core.date_format.html_week.yml +++ b/core/modules/system/config/install/core.date_format.html_week.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: html_week label: 'HTML Week' -status: true -langcode: en locked: true pattern: Y-\WW diff --git a/core/modules/system/config/install/core.date_format.html_year.yml b/core/modules/system/config/install/core.date_format.html_year.yml index 1a3aadc..90afaf5 100644 --- a/core/modules/system/config/install/core.date_format.html_year.yml +++ b/core/modules/system/config/install/core.date_format.html_year.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: html_year label: 'HTML Year' -status: true -langcode: en locked: true -pattern: Y +pattern: 'Y' diff --git a/core/modules/system/config/install/core.date_format.html_yearless_date.yml b/core/modules/system/config/install/core.date_format.html_yearless_date.yml index a17ef34..f1fec73 100644 --- a/core/modules/system/config/install/core.date_format.html_yearless_date.yml +++ b/core/modules/system/config/install/core.date_format.html_yearless_date.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: html_yearless_date label: 'HTML Yearless date' -status: true -langcode: en locked: true pattern: m-d diff --git a/core/modules/system/config/install/core.date_format.long.yml b/core/modules/system/config/install/core.date_format.long.yml index b8a09e3..9e385f1 100644 --- a/core/modules/system/config/install/core.date_format.long.yml +++ b/core/modules/system/config/install/core.date_format.long.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: long label: 'Default long date' -status: true -langcode: en locked: false pattern: 'l, F j, Y - H:i' diff --git a/core/modules/system/config/install/core.date_format.medium.yml b/core/modules/system/config/install/core.date_format.medium.yml index 59376fd..be35616 100644 --- a/core/modules/system/config/install/core.date_format.medium.yml +++ b/core/modules/system/config/install/core.date_format.medium.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: medium label: 'Default medium date' -status: true -langcode: en locked: false pattern: 'D, m/d/Y - H:i' diff --git a/core/modules/system/config/install/core.date_format.short.yml b/core/modules/system/config/install/core.date_format.short.yml index 654fed4..f7fbe19 100644 --- a/core/modules/system/config/install/core.date_format.short.yml +++ b/core/modules/system/config/install/core.date_format.short.yml @@ -1,6 +1,7 @@ +langcode: en +status: true +dependencies: { } id: short label: 'Default short date' -status: true -langcode: en locked: false pattern: 'm/d/Y - H:i' diff --git a/core/modules/system/config/install/system.menu.account.yml b/core/modules/system/config/install/system.menu.account.yml index 7d4cdd0..219520f 100644 --- a/core/modules/system/config/install/system.menu.account.yml +++ b/core/modules/system/config/install/system.menu.account.yml @@ -1,5 +1,7 @@ +langcode: en +status: true +dependencies: { } id: account label: 'User account menu' description: 'Links related to the user account.' -langcode: en locked: true diff --git a/core/modules/system/config/install/system.menu.admin.yml b/core/modules/system/config/install/system.menu.admin.yml index 4751eb1..aba9d40 100644 --- a/core/modules/system/config/install/system.menu.admin.yml +++ b/core/modules/system/config/install/system.menu.admin.yml @@ -1,5 +1,7 @@ +langcode: en +status: true +dependencies: { } id: admin label: Administration description: 'Contains links to administrative tasks.' -langcode: en locked: true diff --git a/core/modules/system/config/install/system.menu.footer.yml b/core/modules/system/config/install/system.menu.footer.yml index 540c118..7a76047 100644 --- a/core/modules/system/config/install/system.menu.footer.yml +++ b/core/modules/system/config/install/system.menu.footer.yml @@ -1,5 +1,7 @@ +langcode: en +status: true +dependencies: { } id: footer label: Footer description: 'Use this for linking to site information.' -langcode: en locked: true diff --git a/core/modules/system/config/install/system.menu.main.yml b/core/modules/system/config/install/system.menu.main.yml index fe9ced5..96f24c4 100644 --- a/core/modules/system/config/install/system.menu.main.yml +++ b/core/modules/system/config/install/system.menu.main.yml @@ -1,5 +1,7 @@ +langcode: en +status: true +dependencies: { } id: main label: 'Main navigation' description: 'Use this for linking to the main site sections.' -langcode: en locked: true diff --git a/core/modules/system/config/install/system.menu.tools.yml b/core/modules/system/config/install/system.menu.tools.yml index 4a3084f..298f2c9 100644 --- a/core/modules/system/config/install/system.menu.tools.yml +++ b/core/modules/system/config/install/system.menu.tools.yml @@ -1,5 +1,7 @@ +langcode: en +status: true +dependencies: { } id: tools label: Tools description: 'Contains links for site visitors. Some modules add their links here.' -langcode: en locked: true diff --git a/core/modules/taxonomy/config/install/core.entity_view_mode.taxonomy_term.full.yml b/core/modules/taxonomy/config/install/core.entity_view_mode.taxonomy_term.full.yml index bb8c47e..3a1f313 100644 --- a/core/modules/taxonomy/config/install/core.entity_view_mode.taxonomy_term.full.yml +++ b/core/modules/taxonomy/config/install/core.entity_view_mode.taxonomy_term.full.yml @@ -1,8 +1,9 @@ -id: taxonomy_term.full -label: 'Taxonomy term page' +langcode: en status: true -cache: true -targetEntityType: taxonomy_term dependencies: module: - taxonomy +id: taxonomy_term.full +label: 'Taxonomy term page' +targetEntityType: taxonomy_term +cache: true diff --git a/core/modules/user/config/install/core.entity_form_mode.user.register.yml b/core/modules/user/config/install/core.entity_form_mode.user.register.yml index 06919cd..32c026b 100644 --- a/core/modules/user/config/install/core.entity_form_mode.user.register.yml +++ b/core/modules/user/config/install/core.entity_form_mode.user.register.yml @@ -1,7 +1,9 @@ -id: user.register -label: Register +langcode: en status: true -targetEntityType: user dependencies: module: - user +id: user.register +label: Register +targetEntityType: user +cache: true diff --git a/core/modules/user/config/install/core.entity_view_mode.user.compact.yml b/core/modules/user/config/install/core.entity_view_mode.user.compact.yml index 6e0b13d..0c41655 100644 --- a/core/modules/user/config/install/core.entity_view_mode.user.compact.yml +++ b/core/modules/user/config/install/core.entity_view_mode.user.compact.yml @@ -1,8 +1,9 @@ -id: user.compact -label: Compact +langcode: en status: true -cache: true -targetEntityType: user dependencies: module: - user +id: user.compact +label: Compact +targetEntityType: user +cache: true diff --git a/core/modules/user/config/install/core.entity_view_mode.user.full.yml b/core/modules/user/config/install/core.entity_view_mode.user.full.yml index 2f0f250..5574ab9 100644 --- a/core/modules/user/config/install/core.entity_view_mode.user.full.yml +++ b/core/modules/user/config/install/core.entity_view_mode.user.full.yml @@ -1,8 +1,9 @@ -id: user.full -label: 'User account' +langcode: en status: false -cache: true -targetEntityType: user dependencies: module: - user +id: user.full +label: 'User account' +targetEntityType: user +cache: true diff --git a/core/modules/user/config/install/system.action.user_block_user_action.yml b/core/modules/user/config/install/system.action.user_block_user_action.yml index d7e15c6..d9753bc 100644 --- a/core/modules/user/config/install/system.action.user_block_user_action.yml +++ b/core/modules/user/config/install/system.action.user_block_user_action.yml @@ -1,9 +1,10 @@ -id: user_block_user_action -label: 'Block the selected user(s)' -status: true langcode: en -type: user -plugin: user_block_user_action +status: true dependencies: module: - user +id: user_block_user_action +label: 'Block the selected user(s)' +type: user +plugin: user_block_user_action +configuration: { } diff --git a/core/modules/user/config/install/system.action.user_cancel_user_action.yml b/core/modules/user/config/install/system.action.user_cancel_user_action.yml index bcc03ed..cd90ff2 100644 --- a/core/modules/user/config/install/system.action.user_cancel_user_action.yml +++ b/core/modules/user/config/install/system.action.user_cancel_user_action.yml @@ -1,9 +1,10 @@ -id: user_cancel_user_action -label: 'Cancel the selected user account(s)' -status: true langcode: en -type: user -plugin: user_cancel_user_action +status: true dependencies: module: - user +id: user_cancel_user_action +label: 'Cancel the selected user account(s)' +type: user +plugin: user_cancel_user_action +configuration: { } diff --git a/core/modules/user/config/install/system.action.user_unblock_user_action.yml b/core/modules/user/config/install/system.action.user_unblock_user_action.yml index 0d313ea..406edb2 100644 --- a/core/modules/user/config/install/system.action.user_unblock_user_action.yml +++ b/core/modules/user/config/install/system.action.user_unblock_user_action.yml @@ -1,9 +1,10 @@ -id: user_unblock_user_action -label: 'Unblock the selected user(s)' -status: true langcode: en -type: user -plugin: user_unblock_user_action +status: true dependencies: module: - user +id: user_unblock_user_action +label: 'Unblock the selected user(s)' +type: user +plugin: user_unblock_user_action +configuration: { } diff --git a/core/modules/user/config/install/user.role.anonymous.yml b/core/modules/user/config/install/user.role.anonymous.yml index 21d727b..e827ac1 100644 --- a/core/modules/user/config/install/user.role.anonymous.yml +++ b/core/modules/user/config/install/user.role.anonymous.yml @@ -1,7 +1,13 @@ +langcode: en +status: true +dependencies: { } id: anonymous label: 'Anonymous user' weight: 0 -langcode: en -status: true is_admin: false -dependencies: { } +permissions: + - 'use text format plain_text' + - 'access content' + - 'use text format restricted_html' + - 'access comments' + - 'access site-wide contact form' diff --git a/core/modules/user/config/install/user.role.authenticated.yml b/core/modules/user/config/install/user.role.authenticated.yml index 68b7e02..980e6c5 100644 --- a/core/modules/user/config/install/user.role.authenticated.yml +++ b/core/modules/user/config/install/user.role.authenticated.yml @@ -1,7 +1,16 @@ +langcode: en +status: true +dependencies: { } id: authenticated label: 'Authenticated user' weight: 1 -langcode: en -status: true is_admin: false -dependencies: { } +permissions: + - 'use text format plain_text' + - 'access content' + - 'use text format basic_html' + - 'access comments' + - 'post comments' + - 'skip comment approval' + - 'access site-wide contact form' + - 'access shortcuts'