diff --git a/config/default/environments/develop/.htaccess b/config/default/environments/develop/.htaccess
new file mode 100644
index 0000000000000000000000000000000000000000..1238c0d2cb8915b364aaaaa198098010a1dc5fff
--- /dev/null
+++ b/config/default/environments/develop/.htaccess
@@ -0,0 +1,23 @@
+# Deny all requests from Apache 2.4+.
+<IfModule mod_authz_core.c>
+  Require all denied
+</IfModule>
+
+# Deny all requests from Apache 2.0-2.2.
+<IfModule !mod_authz_core.c>
+  Deny from all
+</IfModule>
+# Turn off all options we don't need.
+Options -Indexes -ExecCGI -Includes -MultiViews
+
+# Set the catch-all handler to prevent scripts from being executed.
+SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
+<Files *>
+  # Override the handler again if we're run later in the evaluation list.
+  SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
+</Files>
+
+# If we know how to do it safely, disable the PHP engine entirely.
+<IfModule mod_php5.c>
+  php_flag engine off
+</IfModule>
\ No newline at end of file
diff --git a/config/default/environments/develop/browser_refresh.settings.yml b/config/default/environments/develop/browser_refresh.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d10e29194e21768871e348d96b5dadc9aeda57b2
--- /dev/null
+++ b/config/default/environments/develop/browser_refresh.settings.yml
@@ -0,0 +1,6 @@
+enable: true
+indicator_location: br
+pid: 0
+url: ''
+_core:
+  default_config_hash: Qw5rByNTLDfMuZ1eT8ogm3Skrl91xySK6Rx5kYkH4sE
diff --git a/config/default/environments/develop/coffee.configuration.yml b/config/default/environments/develop/coffee.configuration.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7e4e7a34f6eed1b6b257ce0557bc46030e068dc5
--- /dev/null
+++ b/config/default/environments/develop/coffee.configuration.yml
@@ -0,0 +1,5 @@
+coffee_menus:
+  admin: admin
+max_results: 7
+_core:
+  default_config_hash: cOqVnz_7pbb_0R31nQwih4Gh8XkmIbyFagFp6uUPaOc
diff --git a/config/default/environments/develop/field_ui.settings.yml b/config/default/environments/develop/field_ui.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..274396991de2262a465c9251e0e23005e2849a95
--- /dev/null
+++ b/config/default/environments/develop/field_ui.settings.yml
@@ -0,0 +1,3 @@
+field_prefix: field_
+_core:
+  default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM
diff --git a/config/default/environments/develop/stage_file_proxy.settings.yml b/config/default/environments/develop/stage_file_proxy.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..66e4fffdf3634d4c17d4829be4a4273ed18fed31
--- /dev/null
+++ b/config/default/environments/develop/stage_file_proxy.settings.yml
@@ -0,0 +1,6 @@
+hotlink: false
+origin: ''
+origin_dir: false
+use_imagecache_root: true
+_core:
+  default_config_hash: E1Fj-HATa0rKb6BEPS-Xn5LAVl9DxSWz5o6-EiqwqXU
diff --git a/config/default/environments/live/.htaccess b/config/default/environments/live/.htaccess
new file mode 100644
index 0000000000000000000000000000000000000000..1238c0d2cb8915b364aaaaa198098010a1dc5fff
--- /dev/null
+++ b/config/default/environments/live/.htaccess
@@ -0,0 +1,23 @@
+# Deny all requests from Apache 2.4+.
+<IfModule mod_authz_core.c>
+  Require all denied
+</IfModule>
+
+# Deny all requests from Apache 2.0-2.2.
+<IfModule !mod_authz_core.c>
+  Deny from all
+</IfModule>
+# Turn off all options we don't need.
+Options -Indexes -ExecCGI -Includes -MultiViews
+
+# Set the catch-all handler to prevent scripts from being executed.
+SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
+<Files *>
+  # Override the handler again if we're run later in the evaluation list.
+  SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
+</Files>
+
+# If we know how to do it safely, disable the PHP engine entirely.
+<IfModule mod_php5.c>
+  php_flag engine off
+</IfModule>
\ No newline at end of file
diff --git a/config/default/sync/.htaccess b/config/default/sync/.htaccess
new file mode 100644
index 0000000000000000000000000000000000000000..1238c0d2cb8915b364aaaaa198098010a1dc5fff
--- /dev/null
+++ b/config/default/sync/.htaccess
@@ -0,0 +1,23 @@
+# Deny all requests from Apache 2.4+.
+<IfModule mod_authz_core.c>
+  Require all denied
+</IfModule>
+
+# Deny all requests from Apache 2.0-2.2.
+<IfModule !mod_authz_core.c>
+  Deny from all
+</IfModule>
+# Turn off all options we don't need.
+Options -Indexes -ExecCGI -Includes -MultiViews
+
+# Set the catch-all handler to prevent scripts from being executed.
+SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
+<Files *>
+  # Override the handler again if we're run later in the evaluation list.
+  SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
+</Files>
+
+# If we know how to do it safely, disable the PHP engine entirely.
+<IfModule mod_php5.c>
+  php_flag engine off
+</IfModule>
\ No newline at end of file
diff --git a/config/default/sync/automated_cron.settings.yml b/config/default/sync/automated_cron.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2418a00e90d6b15cd2c7fbc9906f1df9c764213b
--- /dev/null
+++ b/config/default/sync/automated_cron.settings.yml
@@ -0,0 +1,3 @@
+interval: 10800
+_core:
+  default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs
diff --git a/config/default/sync/block.block.bartik_account_menu.yml b/config/default/sync/block.block.bartik_account_menu.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d576a38fe52a38b1388eed691e4126776ed25d2c
--- /dev/null
+++ b/config/default/sync/block.block.bartik_account_menu.yml
@@ -0,0 +1,26 @@
+uuid: 608a2cfe-bddc-4179-9da2-fdf80ad5bec0
+langcode: en
+status: true
+dependencies:
+  config:
+    - system.menu.account
+  module:
+    - system
+  theme:
+    - bartik
+_core:
+  default_config_hash: DweBpscQZdG0-fHkSpUzdYucrNH45G_KF7Z82V-oyQM
+id: bartik_account_menu
+theme: bartik
+region: secondary_menu
+weight: 0
+provider: null
+plugin: 'system_menu_block:account'
+settings:
+  id: 'system_menu_block:account'
+  label: 'User account menu'
+  provider: system
+  label_display: '0'
+  level: 1
+  depth: 1
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_branding.yml b/config/default/sync/block.block.bartik_branding.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6c2d64058a6cf23e3b0dd989162775d567bc0230
--- /dev/null
+++ b/config/default/sync/block.block.bartik_branding.yml
@@ -0,0 +1,25 @@
+uuid: d2634951-0078-47ea-9bca-8de1cc64a2af
+langcode: en
+status: true
+dependencies:
+  module:
+    - system
+  theme:
+    - bartik
+_core:
+  default_config_hash: NDwadleLD3YVSbDUaakxyYZyINYtkFtOVGShfq4kWy8
+id: bartik_branding
+theme: bartik
+region: header
+weight: 0
+provider: null
+plugin: system_branding_block
+settings:
+  id: system_branding_block
+  label: 'Site branding'
+  provider: system
+  label_display: '0'
+  use_site_logo: true
+  use_site_name: true
+  use_site_slogan: true
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_breadcrumbs.yml b/config/default/sync/block.block.bartik_breadcrumbs.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b1eb9d19e00ee52020d21c0bde60e58b9205e16b
--- /dev/null
+++ b/config/default/sync/block.block.bartik_breadcrumbs.yml
@@ -0,0 +1,22 @@
+uuid: 696714dc-82e1-4e2f-8eeb-6b02f2dea413
+langcode: en
+status: true
+dependencies:
+  module:
+    - system
+  theme:
+    - bartik
+_core:
+  default_config_hash: oXUb3JZR2WW5VOdw4HrhRicCsq51mCgLfRyvheG68ck
+id: bartik_breadcrumbs
+theme: bartik
+region: breadcrumb
+weight: 0
+provider: null
+plugin: system_breadcrumb_block
+settings:
+  id: system_breadcrumb_block
+  label: Breadcrumbs
+  provider: system
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_content.yml b/config/default/sync/block.block.bartik_content.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2f0b1432b0cff721354d23bf9f4d8bb23e31d419
--- /dev/null
+++ b/config/default/sync/block.block.bartik_content.yml
@@ -0,0 +1,22 @@
+uuid: 106acc18-7648-4707-ae39-d804e6523c79
+langcode: en
+status: true
+dependencies:
+  module:
+    - system
+  theme:
+    - bartik
+_core:
+  default_config_hash: 9EoWV2Lot6FVSr50t4hoKgiz1LIXYWNG-IIPYsWxBqo
+id: bartik_content
+theme: bartik
+region: content
+weight: 0
+provider: null
+plugin: system_main_block
+settings:
+  id: system_main_block
+  label: 'Main page content'
+  provider: system
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_footer.yml b/config/default/sync/block.block.bartik_footer.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6d7cbe7af87b5f52f6b1df99c8aa4643dd658797
--- /dev/null
+++ b/config/default/sync/block.block.bartik_footer.yml
@@ -0,0 +1,26 @@
+uuid: a6515d78-3137-4e2c-a242-24d95eda9dd2
+langcode: en
+status: true
+dependencies:
+  config:
+    - system.menu.footer
+  module:
+    - system
+  theme:
+    - bartik
+_core:
+  default_config_hash: kkISXE1LT2FJEoYnqCrCpeFB-2pmGmMxMklVk7rQcfg
+id: bartik_footer
+theme: bartik
+region: footer_fifth
+weight: 0
+provider: null
+plugin: 'system_menu_block:footer'
+settings:
+  id: 'system_menu_block:footer'
+  label: 'Footer menu'
+  provider: system
+  label_display: '0'
+  level: 1
+  depth: 0
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_local_actions.yml b/config/default/sync/block.block.bartik_local_actions.yml
new file mode 100644
index 0000000000000000000000000000000000000000..f2b77c3ce59f21b8b34e2ed276c2ddce8f945704
--- /dev/null
+++ b/config/default/sync/block.block.bartik_local_actions.yml
@@ -0,0 +1,20 @@
+uuid: 0ce0f0f2-abd7-4e53-9ac9-fa9143d9e5f3
+langcode: en
+status: true
+dependencies:
+  theme:
+    - bartik
+_core:
+  default_config_hash: 13GQpeITIJsp1kyPniXtWZfyFH87vb1xxJCHifL4UeE
+id: bartik_local_actions
+theme: bartik
+region: content
+weight: -20
+provider: null
+plugin: local_actions_block
+settings:
+  id: local_actions_block
+  label: 'Primary admin actions'
+  provider: core
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_local_tasks.yml b/config/default/sync/block.block.bartik_local_tasks.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d445081d60aabd16cdbced0b764e8a989b0910cc
--- /dev/null
+++ b/config/default/sync/block.block.bartik_local_tasks.yml
@@ -0,0 +1,22 @@
+uuid: b887a1da-c430-4af8-a927-cc6b0ed00112
+langcode: en
+status: true
+dependencies:
+  theme:
+    - bartik
+_core:
+  default_config_hash: X9I1OB0W3WlWtrK-CNcg6hNWwa8wficanpH8pYnDZDE
+id: bartik_local_tasks
+theme: bartik
+region: content
+weight: -40
+provider: null
+plugin: local_tasks_block
+settings:
+  id: local_tasks_block
+  label: Tabs
+  provider: core
+  label_display: '0'
+  primary: true
+  secondary: true
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_main_menu.yml b/config/default/sync/block.block.bartik_main_menu.yml
new file mode 100644
index 0000000000000000000000000000000000000000..da6290b40f17d78d994b6f468aa29c251af5e0b2
--- /dev/null
+++ b/config/default/sync/block.block.bartik_main_menu.yml
@@ -0,0 +1,26 @@
+uuid: c4df1e21-d37a-4227-8b65-3198a8e2679d
+langcode: en
+status: true
+dependencies:
+  config:
+    - system.menu.main
+  module:
+    - system
+  theme:
+    - bartik
+_core:
+  default_config_hash: rx9IrdDv7Ldc4kpalZAxdhIPZfYIeOMh1N-qKoQZwHo
+id: bartik_main_menu
+theme: bartik
+region: primary_menu
+weight: 0
+provider: null
+plugin: 'system_menu_block:main'
+settings:
+  id: 'system_menu_block:main'
+  label: 'Main navigation'
+  provider: system
+  label_display: '0'
+  level: 1
+  depth: 1
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_messages.yml b/config/default/sync/block.block.bartik_messages.yml
new file mode 100644
index 0000000000000000000000000000000000000000..fc4a32b539813a07ce8bdba02c7fdce110397d15
--- /dev/null
+++ b/config/default/sync/block.block.bartik_messages.yml
@@ -0,0 +1,22 @@
+uuid: 47f27b26-7dc0-4086-936f-77fadc308b85
+langcode: en
+status: true
+dependencies:
+  module:
+    - system
+  theme:
+    - bartik
+_core:
+  default_config_hash: KHQIJ7Vfl25lTjzIc7qIvnuistt-Mw2O0kG4jCofmkI
+id: bartik_messages
+theme: bartik
+region: highlighted
+weight: 0
+provider: null
+plugin: system_messages_block
+settings:
+  id: system_messages_block
+  label: 'Status messages'
+  provider: system
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_page_title.yml b/config/default/sync/block.block.bartik_page_title.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8a4b57892c52795611bf66d533542d68aaac2d31
--- /dev/null
+++ b/config/default/sync/block.block.bartik_page_title.yml
@@ -0,0 +1,20 @@
+uuid: 2be04d5a-1498-41c7-9b8e-1eb0292ea091
+langcode: en
+status: true
+dependencies:
+  theme:
+    - bartik
+_core:
+  default_config_hash: 7rR9chwXvdM2H8OYMAYx9Zj3GGlPMrZp_M3ZA4thYTk
+id: bartik_page_title
+theme: bartik
+region: content
+weight: -50
+provider: null
+plugin: page_title_block
+settings:
+  id: page_title_block
+  label: 'Page title'
+  provider: core
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_powered.yml b/config/default/sync/block.block.bartik_powered.yml
new file mode 100644
index 0000000000000000000000000000000000000000..31f4a37bbd3c7f151961a2d7c77b921c18d7afe0
--- /dev/null
+++ b/config/default/sync/block.block.bartik_powered.yml
@@ -0,0 +1,22 @@
+uuid: a3923d5d-eac9-4d51-a072-1c954642331b
+langcode: en
+status: true
+dependencies:
+  module:
+    - system
+  theme:
+    - bartik
+_core:
+  default_config_hash: jQQUUWN2Uxr5qZtc9zcJKBCxpKY8orN1u2HPqYYRQDI
+id: bartik_powered
+theme: bartik
+region: footer_fifth
+weight: 10
+provider: null
+plugin: system_powered_by_block
+settings:
+  id: system_powered_by_block
+  label: 'Powered by Drupal'
+  provider: system
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_search.yml b/config/default/sync/block.block.bartik_search.yml
new file mode 100644
index 0000000000000000000000000000000000000000..1cc12358bc6c8f626efbbf4323d01e97363f0378
--- /dev/null
+++ b/config/default/sync/block.block.bartik_search.yml
@@ -0,0 +1,22 @@
+uuid: d4fabe8c-36ad-4444-998c-52f3be86d1d1
+langcode: en
+status: true
+dependencies:
+  module:
+    - search
+  theme:
+    - bartik
+_core:
+  default_config_hash: za-39d5WDUg6XvbyqSnuVYEeq6QM4qKJxW8MnoAha5A
+id: bartik_search
+theme: bartik
+region: sidebar_first
+weight: -1
+provider: null
+plugin: search_form_block
+settings:
+  id: search_form_block
+  label: Search
+  provider: search
+  label_display: visible
+visibility: {  }
diff --git a/config/default/sync/block.block.bartik_tools.yml b/config/default/sync/block.block.bartik_tools.yml
new file mode 100644
index 0000000000000000000000000000000000000000..bd326140a0222a86845236c9eaaba30c22b6aaf3
--- /dev/null
+++ b/config/default/sync/block.block.bartik_tools.yml
@@ -0,0 +1,26 @@
+uuid: 5fd7c897-e8ff-4238-9876-3aaef8cb180e
+langcode: en
+status: true
+dependencies:
+  config:
+    - system.menu.tools
+  module:
+    - system
+  theme:
+    - bartik
+_core:
+  default_config_hash: NeHSoqm4XFqA7_0bDmR429ZZQt3LRbZMNRJTMsFyOfI
+id: bartik_tools
+theme: bartik
+region: sidebar_first
+weight: 0
+provider: null
+plugin: 'system_menu_block:tools'
+settings:
+  id: 'system_menu_block:tools'
+  label: Tools
+  provider: system
+  label_display: visible
+  level: 1
+  depth: 0
+visibility: {  }
diff --git a/config/default/sync/block.block.seven_breadcrumbs.yml b/config/default/sync/block.block.seven_breadcrumbs.yml
new file mode 100644
index 0000000000000000000000000000000000000000..77d780c49dd16b7a732221d00a55bd35c5e66af2
--- /dev/null
+++ b/config/default/sync/block.block.seven_breadcrumbs.yml
@@ -0,0 +1,22 @@
+uuid: e9be6f47-53cd-4c01-aa15-f9fb7fc7aa30
+langcode: en
+status: true
+dependencies:
+  module:
+    - system
+  theme:
+    - seven
+_core:
+  default_config_hash: WWu2OQswgCztl9OeXjD1stexIEMZsSgPMYIdC-JHx9c
+id: seven_breadcrumbs
+theme: seven
+region: breadcrumb
+weight: 0
+provider: null
+plugin: system_breadcrumb_block
+settings:
+  id: system_breadcrumb_block
+  label: Breadcrumbs
+  provider: system
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.seven_content.yml b/config/default/sync/block.block.seven_content.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b9181a4aff23a207d82a7088de0d2e035a8f6fbe
--- /dev/null
+++ b/config/default/sync/block.block.seven_content.yml
@@ -0,0 +1,22 @@
+uuid: c440786c-8832-4ab5-a002-9e8fdbe67d2f
+langcode: en
+status: true
+dependencies:
+  module:
+    - system
+  theme:
+    - seven
+_core:
+  default_config_hash: YRY68JWkaUiGeZlWMv1nzeIgDm0ZZwXYgpqUpLFzwAY
+id: seven_content
+theme: seven
+region: content
+weight: 0
+provider: null
+plugin: system_main_block
+settings:
+  id: system_main_block
+  label: 'Main page content'
+  provider: system
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.seven_local_actions.yml b/config/default/sync/block.block.seven_local_actions.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8f18d391bfd731524ca3eb5ec2e04dd6d2d54fd5
--- /dev/null
+++ b/config/default/sync/block.block.seven_local_actions.yml
@@ -0,0 +1,20 @@
+uuid: 7d1901eb-14b1-44df-9012-67687be061d0
+langcode: en
+status: true
+dependencies:
+  theme:
+    - seven
+_core:
+  default_config_hash: HHryZVJbeKi9WnuBGC8FOhBZmBnk2G1H6KxFuy-rC9A
+id: seven_local_actions
+theme: seven
+region: content
+weight: -10
+provider: null
+plugin: local_actions_block
+settings:
+  id: local_actions_block
+  label: 'Primary admin actions'
+  provider: core
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.seven_login.yml b/config/default/sync/block.block.seven_login.yml
new file mode 100644
index 0000000000000000000000000000000000000000..54db6c10e662a3007e7bdee2ddc5d8977f607f76
--- /dev/null
+++ b/config/default/sync/block.block.seven_login.yml
@@ -0,0 +1,22 @@
+uuid: 6917c66c-d005-4ff5-843c-27b4f3d7267f
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+  theme:
+    - seven
+_core:
+  default_config_hash: IItlF4SKHgxduIysVQdvirDJ_v3HGuAviOkidAOJYRE
+id: seven_login
+theme: seven
+region: content
+weight: 10
+provider: null
+plugin: user_login_block
+settings:
+  id: user_login_block
+  label: 'User login'
+  provider: user
+  label_display: visible
+visibility: {  }
diff --git a/config/default/sync/block.block.seven_messages.yml b/config/default/sync/block.block.seven_messages.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b171ae13e0ba13fbef04f42c907e3327914671de
--- /dev/null
+++ b/config/default/sync/block.block.seven_messages.yml
@@ -0,0 +1,22 @@
+uuid: a62f4580-6cae-486f-adc3-7dc042a950dc
+langcode: en
+status: true
+dependencies:
+  module:
+    - system
+  theme:
+    - seven
+_core:
+  default_config_hash: XJqWwLt1LDCnazcEN6QkJmCLjk4R0__-8s0OO9xeNjg
+id: seven_messages
+theme: seven
+region: highlighted
+weight: 0
+provider: null
+plugin: system_messages_block
+settings:
+  id: system_messages_block
+  label: 'Status messages'
+  provider: system
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.seven_page_title.yml b/config/default/sync/block.block.seven_page_title.yml
new file mode 100644
index 0000000000000000000000000000000000000000..4a4e49094bf365f75d186b80abe815e480c4e602
--- /dev/null
+++ b/config/default/sync/block.block.seven_page_title.yml
@@ -0,0 +1,20 @@
+uuid: 81ce8f49-2b4b-4a50-b6c6-59fbfdfa1b3a
+langcode: en
+status: true
+dependencies:
+  theme:
+    - seven
+_core:
+  default_config_hash: ZSpc3IoSaLd0PkB02nxjVPBMztIdsTdHek9SiGaqZ_c
+id: seven_page_title
+theme: seven
+region: header
+weight: -30
+provider: null
+plugin: page_title_block
+settings:
+  id: page_title_block
+  label: 'Page title'
+  provider: core
+  label_display: '0'
+visibility: {  }
diff --git a/config/default/sync/block.block.seven_primary_local_tasks.yml b/config/default/sync/block.block.seven_primary_local_tasks.yml
new file mode 100644
index 0000000000000000000000000000000000000000..effbca33f6f81ff5ea48db2db34d69ce2888a0f3
--- /dev/null
+++ b/config/default/sync/block.block.seven_primary_local_tasks.yml
@@ -0,0 +1,22 @@
+uuid: 937a3991-8c03-4923-91af-e9738ffd9758
+langcode: en
+status: true
+dependencies:
+  theme:
+    - seven
+_core:
+  default_config_hash: ddy1OsBbWxjwEI8VL1viD4I69qcLHOkul4BxbTqLBTs
+id: seven_primary_local_tasks
+theme: seven
+region: header
+weight: 0
+provider: null
+plugin: local_tasks_block
+settings:
+  id: local_tasks_block
+  label: 'Primary tabs'
+  provider: core
+  label_display: '0'
+  primary: true
+  secondary: false
+visibility: {  }
diff --git a/config/default/sync/block.block.seven_secondary_local_tasks.yml b/config/default/sync/block.block.seven_secondary_local_tasks.yml
new file mode 100644
index 0000000000000000000000000000000000000000..461178c60efb634ce2d6e99b452f4cb42347d3ce
--- /dev/null
+++ b/config/default/sync/block.block.seven_secondary_local_tasks.yml
@@ -0,0 +1,22 @@
+uuid: 3430864e-477a-4979-8e1f-03ea0267ad98
+langcode: en
+status: true
+dependencies:
+  theme:
+    - seven
+_core:
+  default_config_hash: QeZBeCilQfeET3GeW6ZtJkEiwROADTZktFgKWwPieD4
+id: seven_secondary_local_tasks
+theme: seven
+region: pre_content
+weight: 0
+provider: null
+plugin: local_tasks_block
+settings:
+  id: local_tasks_block
+  label: 'Secondary tabs'
+  provider: core
+  label_display: '0'
+  primary: false
+  secondary: true
+visibility: {  }
diff --git a/config/default/sync/block_content.type.basic.yml b/config/default/sync/block_content.type.basic.yml
new file mode 100644
index 0000000000000000000000000000000000000000..637406a3a569c8561136a86031d263db38bca551
--- /dev/null
+++ b/config/default/sync/block_content.type.basic.yml
@@ -0,0 +1,10 @@
+uuid: 5962a2b5-ab8a-4597-9f6b-98ad1d9f4a84
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
+id: basic
+label: 'Basic block'
+revision: 0
+description: 'A basic block contains a title and a body.'
diff --git a/config/default/sync/chosen.settings.yml b/config/default/sync/chosen.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8775133b80271f1c770b6412290b7ae2ea8bdd20
--- /dev/null
+++ b/config/default/sync/chosen.settings.yml
@@ -0,0 +1,16 @@
+minimum_single: 20
+minimum_multiple: 20
+disable_search_threshold: 0
+minimum_width: 0
+jquery_selector: 'select:visible'
+search_contains: false
+disable_search: false
+placeholder_text_multiple: 'Choose some options'
+placeholder_text_single: 'Choose an option'
+no_results_text: 'No results match'
+disabled_themes:
+  bartik: '0'
+  seven: '0'
+chosen_include: 0
+_core:
+  default_config_hash: 8OBgqA1x01J7SgSvBzOELfxP9Bu998XgnQjf4EN40mo
diff --git a/config/default/sync/comment.type.comment.yml b/config/default/sync/comment.type.comment.yml
new file mode 100644
index 0000000000000000000000000000000000000000..32dd265fa194ac0c88b805b9a9b2fa5baf723b69
--- /dev/null
+++ b/config/default/sync/comment.type.comment.yml
@@ -0,0 +1,10 @@
+uuid: b34cbf17-f384-47c1-9455-80b3cabc8147
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: bqZsN31T2n0UjcbyCpOPi9D2iO0sAOHR7FnEs9qMvaA
+id: comment
+label: 'Default comments'
+target_entity_type_id: node
+description: 'Allows commenting on content'
diff --git a/config/default/sync/config_split.config_split.develop.yml b/config/default/sync/config_split.config_split.develop.yml
new file mode 100644
index 0000000000000000000000000000000000000000..277bb4d7ca333892692e0adecff2154ddc0dbd34
--- /dev/null
+++ b/config/default/sync/config_split.config_split.develop.yml
@@ -0,0 +1,20 @@
+uuid: 7106730c-0fa3-4796-8b01-2cef2c920aa7
+langcode: en
+status: false
+dependencies: {  }
+id: develop
+label: Develop
+folder: sites/default/files/config/environments/develop
+module:
+  browser_refresh: 0
+  coffee: 0
+  field_ui: 0
+  link_css: 0
+  stage_file_proxy: 0
+  views_ui: 0
+theme: {  }
+blacklist: {  }
+graylist: {  }
+graylist_dependents: true
+graylist_skip_equal: true
+weight: 0
diff --git a/config/default/sync/config_split.config_split.live.yml b/config/default/sync/config_split.config_split.live.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0572ff08354970f6eab5d38acd9e81af1b919a2c
--- /dev/null
+++ b/config/default/sync/config_split.config_split.live.yml
@@ -0,0 +1,16 @@
+uuid: f9f700e4-c3c4-4ae6-bbc6-982b80f96b74
+langcode: en
+status: true
+dependencies: {  }
+id: live
+label: Live
+folder: sites/default/files/config/environments/live
+module:
+  dynamic_page_cache: 0
+  page_cache: 0
+theme: {  }
+blacklist: {  }
+graylist: {  }
+graylist_dependents: true
+graylist_skip_equal: true
+weight: 0
diff --git a/config/default/sync/contact.form.feedback.yml b/config/default/sync/contact.form.feedback.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ad69d7fe1d0fd2c44918911df70af943fcc7119a
--- /dev/null
+++ b/config/default/sync/contact.form.feedback.yml
@@ -0,0 +1,14 @@
+uuid: f6cfb665-bba3-42f2-8e77-e6620e1ab8f0
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw
+id: feedback
+label: 'Website feedback'
+recipients:
+  - admin@examples.com
+reply: ''
+weight: 0
+message: 'Your message has been sent.'
+redirect: ''
diff --git a/config/default/sync/contact.form.personal.yml b/config/default/sync/contact.form.personal.yml
new file mode 100644
index 0000000000000000000000000000000000000000..cec83724f7e9bb97541260ed07ac7c3c09befaaa
--- /dev/null
+++ b/config/default/sync/contact.form.personal.yml
@@ -0,0 +1,13 @@
+uuid: 06f02b94-527e-4a1e-916f-166991e64cc8
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I
+id: personal
+label: 'Personal contact form'
+recipients: {  }
+reply: ''
+weight: 0
+message: 'Your message has been sent.'
+redirect: ''
diff --git a/config/default/sync/contact.settings.yml b/config/default/sync/contact.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a2903f519b1cbc188b9b2febbbcaf09a4591b0c7
--- /dev/null
+++ b/config/default/sync/contact.settings.yml
@@ -0,0 +1,7 @@
+default_form: feedback
+flood:
+  limit: 5
+  interval: 3600
+user_default_enabled: true
+_core:
+  default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
diff --git a/config/default/sync/core.base_field_override.node.page.promote.yml b/config/default/sync/core.base_field_override.node.page.promote.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a0a2c95bf79c3a859673641bb8afeb4f6d8522d8
--- /dev/null
+++ b/config/default/sync/core.base_field_override.node.page.promote.yml
@@ -0,0 +1,24 @@
+uuid: f7afd504-c581-4b11-8a08-5d22ddfe2bca
+langcode: en
+status: true
+dependencies:
+  config:
+    - node.type.page
+_core:
+  default_config_hash: fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ
+id: node.page.promote
+field_name: promote
+entity_type: node
+bundle: page
+label: 'Promoted to front page'
+description: ''
+required: false
+translatable: false
+default_value:
+  -
+    value: 0
+default_value_callback: ''
+settings:
+  on_label: 'On'
+  off_label: 'Off'
+field_type: boolean
diff --git a/config/default/sync/core.date_format.fallback.yml b/config/default/sync/core.date_format.fallback.yml
new file mode 100644
index 0000000000000000000000000000000000000000..dc21744d267a821efe4d88d6a4bdefc1ef653a12
--- /dev/null
+++ b/config/default/sync/core.date_format.fallback.yml
@@ -0,0 +1,10 @@
+uuid: 096b9ba4-0dc3-4ae8-9683-94766051e53c
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: 7klS5IWXrwzVaPpYZFAs6wcx8U2FF1X73OfrtTsvuvE
+id: fallback
+label: 'Fallback date format'
+locked: true
+pattern: 'D, m/d/Y - H:i'
diff --git a/config/default/sync/core.date_format.html_date.yml b/config/default/sync/core.date_format.html_date.yml
new file mode 100644
index 0000000000000000000000000000000000000000..74a1912935f2ee62832297a57b21cd6727c87ebf
--- /dev/null
+++ b/config/default/sync/core.date_format.html_date.yml
@@ -0,0 +1,10 @@
+uuid: d7277c0f-5fd8-40a5-bc0a-9b375f83365b
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk
+id: html_date
+label: 'HTML Date'
+locked: true
+pattern: Y-m-d
diff --git a/config/default/sync/core.date_format.html_datetime.yml b/config/default/sync/core.date_format.html_datetime.yml
new file mode 100644
index 0000000000000000000000000000000000000000..fe0ef520f3f2a4db912878f6d1637dcc34509f07
--- /dev/null
+++ b/config/default/sync/core.date_format.html_datetime.yml
@@ -0,0 +1,10 @@
+uuid: 4161a52f-717d-473b-9bd2-f088aed7491f
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE
+id: html_datetime
+label: 'HTML Datetime'
+locked: true
+pattern: 'Y-m-d\TH:i:sO'
diff --git a/config/default/sync/core.date_format.html_month.yml b/config/default/sync/core.date_format.html_month.yml
new file mode 100644
index 0000000000000000000000000000000000000000..787662545b2f5f881cc3043d41500f1f02fe82d4
--- /dev/null
+++ b/config/default/sync/core.date_format.html_month.yml
@@ -0,0 +1,10 @@
+uuid: a5c5604c-3fe2-45df-b542-e37a3f8c3abb
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM
+id: html_month
+label: 'HTML Month'
+locked: true
+pattern: Y-m
diff --git a/config/default/sync/core.date_format.html_time.yml b/config/default/sync/core.date_format.html_time.yml
new file mode 100644
index 0000000000000000000000000000000000000000..eea047e037fb7e514669a1eb0c37e6ec8a9fbe3f
--- /dev/null
+++ b/config/default/sync/core.date_format.html_time.yml
@@ -0,0 +1,10 @@
+uuid: 0e014557-ff9d-4885-a287-49b7a8862b87
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE
+id: html_time
+label: 'HTML Time'
+locked: true
+pattern: 'H:i:s'
diff --git a/config/default/sync/core.date_format.html_week.yml b/config/default/sync/core.date_format.html_week.yml
new file mode 100644
index 0000000000000000000000000000000000000000..75e775590c7a7c94e0863ca3a866b06236a3b0d4
--- /dev/null
+++ b/config/default/sync/core.date_format.html_week.yml
@@ -0,0 +1,10 @@
+uuid: 4606fe3e-b8cd-41ab-8311-96bf8f856b8e
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY
+id: html_week
+label: 'HTML Week'
+locked: true
+pattern: Y-\WW
diff --git a/config/default/sync/core.date_format.html_year.yml b/config/default/sync/core.date_format.html_year.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8ada98bb899813a127b875a14a35bf2d4615173a
--- /dev/null
+++ b/config/default/sync/core.date_format.html_year.yml
@@ -0,0 +1,10 @@
+uuid: c0e88734-469d-4bac-881c-095350926ad6
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk
+id: html_year
+label: 'HTML Year'
+locked: true
+pattern: 'Y'
diff --git a/config/default/sync/core.date_format.html_yearless_date.yml b/config/default/sync/core.date_format.html_yearless_date.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7ee888541553712952dd7c703c7613d201bf1863
--- /dev/null
+++ b/config/default/sync/core.date_format.html_yearless_date.yml
@@ -0,0 +1,10 @@
+uuid: a1a9dc2d-bf04-4a8a-9558-3d5944374958
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc
+id: html_yearless_date
+label: 'HTML Yearless date'
+locked: true
+pattern: m-d
diff --git a/config/default/sync/core.date_format.long.yml b/config/default/sync/core.date_format.long.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ea2a962a9330d825338f7e7b7d8c59144ea7a47d
--- /dev/null
+++ b/config/default/sync/core.date_format.long.yml
@@ -0,0 +1,10 @@
+uuid: 2de9149b-5da8-4968-85c7-b24f2496faa7
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo
+id: long
+label: 'Default long date'
+locked: false
+pattern: 'l, F j, Y - H:i'
diff --git a/config/default/sync/core.date_format.medium.yml b/config/default/sync/core.date_format.medium.yml
new file mode 100644
index 0000000000000000000000000000000000000000..cdae3eff60456c696adb3341898bfd8d586c6510
--- /dev/null
+++ b/config/default/sync/core.date_format.medium.yml
@@ -0,0 +1,10 @@
+uuid: b7bad4e1-e9cd-4017-b5ef-5e78c360409d
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE
+id: medium
+label: 'Default medium date'
+locked: false
+pattern: 'D, m/d/Y - H:i'
diff --git a/config/default/sync/core.date_format.short.yml b/config/default/sync/core.date_format.short.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c0654ba84d9de465034d84b4beaf27fec52c2737
--- /dev/null
+++ b/config/default/sync/core.date_format.short.yml
@@ -0,0 +1,10 @@
+uuid: 3d464a07-7c30-49a9-80f2-bf9cc026878f
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA
+id: short
+label: 'Default short date'
+locked: false
+pattern: 'm/d/Y - H:i'
diff --git a/config/default/sync/core.entity_form_display.block_content.basic.default.yml b/config/default/sync/core.entity_form_display.block_content.basic.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d3ca9c2805dc289e56d0908e328b3d9765a52e50
--- /dev/null
+++ b/config/default/sync/core.entity_form_display.block_content.basic.default.yml
@@ -0,0 +1,34 @@
+uuid: ebf58525-8a99-4b4b-856d-8b8f9be0c2e5
+langcode: en
+status: true
+dependencies:
+  config:
+    - block_content.type.basic
+    - field.field.block_content.basic.body
+  module:
+    - text
+_core:
+  default_config_hash: e1Nu5xXAuF_QplbBUhQBPLnYWvHtDX0MkZnpuCiY8uM
+id: block_content.basic.default
+targetEntityType: block_content
+bundle: basic
+mode: default
+content:
+  body:
+    type: text_textarea_with_summary
+    weight: -4
+    region: content
+    settings:
+      rows: 9
+      summary_rows: 3
+      placeholder: ''
+    third_party_settings: {  }
+  info:
+    type: string_textfield
+    weight: -5
+    region: content
+    settings:
+      size: 60
+      placeholder: ''
+    third_party_settings: {  }
+hidden: {  }
diff --git a/config/default/sync/core.entity_form_display.comment.comment.default.yml b/config/default/sync/core.entity_form_display.comment.comment.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..5dd6dad9f473b29c0a1029f68d30739e286afdbf
--- /dev/null
+++ b/config/default/sync/core.entity_form_display.comment.comment.default.yml
@@ -0,0 +1,36 @@
+uuid: a6274c03-430f-4990-9de9-54f88e36b3f4
+langcode: en
+status: true
+dependencies:
+  config:
+    - comment.type.comment
+    - field.field.comment.comment.comment_body
+  module:
+    - text
+_core:
+  default_config_hash: I0Pa0aQvT_jawlPo9oz4FE3h_ickc55dYKTPl6gILes
+id: comment.comment.default
+targetEntityType: comment
+bundle: comment
+mode: default
+content:
+  author:
+    weight: -2
+    region: content
+  comment_body:
+    type: text_textarea
+    weight: 11
+    region: content
+    settings:
+      rows: 5
+      placeholder: ''
+    third_party_settings: {  }
+  subject:
+    type: string_textfield
+    weight: 10
+    region: content
+    settings:
+      size: 60
+      placeholder: ''
+    third_party_settings: {  }
+hidden: {  }
diff --git a/config/default/sync/core.entity_form_display.node.article.default.yml b/config/default/sync/core.entity_form_display.node.article.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..93c8f982cbbc65d268f67579c8b1aaeb04b5706e
--- /dev/null
+++ b/config/default/sync/core.entity_form_display.node.article.default.yml
@@ -0,0 +1,96 @@
+uuid: 1057d1cc-ca11-4985-a6df-dbe77570c0c2
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.field.node.article.body
+    - field.field.node.article.comment
+    - field.field.node.article.field_image
+    - field.field.node.article.field_tags
+    - image.style.thumbnail
+    - node.type.article
+  module:
+    - comment
+    - image
+    - path
+    - text
+_core:
+  default_config_hash: N8YzXGJXPIvh1OPpjuLH_XDvPwWBpKnTx0GwAvgU0Rg
+id: node.article.default
+targetEntityType: node
+bundle: article
+mode: default
+content:
+  body:
+    type: text_textarea_with_summary
+    weight: 1
+    region: content
+    settings:
+      rows: 9
+      summary_rows: 3
+      placeholder: ''
+    third_party_settings: {  }
+  comment:
+    type: comment_default
+    weight: 20
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  created:
+    type: datetime_timestamp
+    weight: 10
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  field_image:
+    type: image_image
+    weight: 4
+    region: content
+    settings:
+      progress_indicator: throbber
+      preview_image_style: thumbnail
+    third_party_settings: {  }
+  field_tags:
+    type: entity_reference_autocomplete_tags
+    weight: 3
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  path:
+    type: path
+    weight: 30
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  promote:
+    type: boolean_checkbox
+    settings:
+      display_label: true
+    weight: 15
+    region: content
+    third_party_settings: {  }
+  sticky:
+    type: boolean_checkbox
+    settings:
+      display_label: true
+    weight: 16
+    region: content
+    third_party_settings: {  }
+  title:
+    type: string_textfield
+    weight: 0
+    region: content
+    settings:
+      size: 60
+      placeholder: ''
+    third_party_settings: {  }
+  uid:
+    type: entity_reference_autocomplete
+    weight: 5
+    region: content
+    settings:
+      match_operator: CONTAINS
+      size: 60
+      placeholder: ''
+    third_party_settings: {  }
+hidden: {  }
diff --git a/config/default/sync/core.entity_form_display.node.page.default.yml b/config/default/sync/core.entity_form_display.node.page.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..3c082d33adbd7d61d54d4001f4c308069e2d8402
--- /dev/null
+++ b/config/default/sync/core.entity_form_display.node.page.default.yml
@@ -0,0 +1,70 @@
+uuid: 5a957046-c642-4820-8806-86809ef03584
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.field.node.page.body
+    - node.type.page
+  module:
+    - path
+    - text
+_core:
+  default_config_hash: sWCotip3wyA0CvZUxyo-StTDU8TyTAhx5fcfOiHS6s4
+id: node.page.default
+targetEntityType: node
+bundle: page
+mode: default
+content:
+  body:
+    type: text_textarea_with_summary
+    weight: 31
+    region: content
+    settings:
+      rows: 9
+      summary_rows: 3
+      placeholder: ''
+    third_party_settings: {  }
+  created:
+    type: datetime_timestamp
+    weight: 10
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  path:
+    type: path
+    weight: 30
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  promote:
+    type: boolean_checkbox
+    settings:
+      display_label: true
+    weight: 15
+    region: content
+    third_party_settings: {  }
+  sticky:
+    type: boolean_checkbox
+    settings:
+      display_label: true
+    weight: 16
+    region: content
+    third_party_settings: {  }
+  title:
+    type: string_textfield
+    weight: -5
+    region: content
+    settings:
+      size: 60
+      placeholder: ''
+    third_party_settings: {  }
+  uid:
+    type: entity_reference_autocomplete
+    weight: 5
+    region: content
+    settings:
+      match_operator: CONTAINS
+      size: 60
+      placeholder: ''
+    third_party_settings: {  }
+hidden: {  }
diff --git a/config/default/sync/core.entity_form_display.user.user.default.yml b/config/default/sync/core.entity_form_display.user.user.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6d01d0a8d45f7789529a742c5e528afbbedfbfa2
--- /dev/null
+++ b/config/default/sync/core.entity_form_display.user.user.default.yml
@@ -0,0 +1,38 @@
+uuid: 8aae669a-7bf7-491d-ac37-cbbfbc28f9f5
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.field.user.user.user_picture
+    - image.style.thumbnail
+  module:
+    - image
+    - user
+_core:
+  default_config_hash: K-1rBM8mTIkFp9RqOC2tMRUukOQ1xbRCfSKK8dEddnA
+id: user.user.default
+targetEntityType: user
+bundle: user
+mode: default
+content:
+  account:
+    weight: -10
+    region: content
+  contact:
+    weight: 5
+    region: content
+  language:
+    weight: 0
+    region: content
+  timezone:
+    weight: 6
+    region: content
+  user_picture:
+    type: image_image
+    settings:
+      progress_indicator: throbber
+      preview_image_style: thumbnail
+    third_party_settings: {  }
+    weight: -1
+    region: content
+hidden: {  }
diff --git a/config/default/sync/core.entity_form_mode.user.register.yml b/config/default/sync/core.entity_form_mode.user.register.yml
new file mode 100644
index 0000000000000000000000000000000000000000..94ffcdbb76e50f208895b598276fd1a56a7b5df0
--- /dev/null
+++ b/config/default/sync/core.entity_form_mode.user.register.yml
@@ -0,0 +1,12 @@
+uuid: 80566075-4e3d-4c24-88cd-a7adffab0402
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
+id: user.register
+label: Register
+targetEntityType: user
+cache: true
diff --git a/config/default/sync/core.entity_view_display.block_content.basic.default.yml b/config/default/sync/core.entity_view_display.block_content.basic.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..df9d40cd69b2b9d9bea21ec8b74141905a0de690
--- /dev/null
+++ b/config/default/sync/core.entity_view_display.block_content.basic.default.yml
@@ -0,0 +1,24 @@
+uuid: 9bd18164-1b36-450c-bc47-9c288c37073a
+langcode: en
+status: true
+dependencies:
+  config:
+    - block_content.type.basic
+    - field.field.block_content.basic.body
+  module:
+    - text
+_core:
+  default_config_hash: orJpHUlAc_wiQLMUjIgEJXGeiqylGHMPcmNRjGtct-M
+id: block_content.basic.default
+targetEntityType: block_content
+bundle: basic
+mode: default
+content:
+  body:
+    label: hidden
+    type: text_default
+    weight: 0
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+hidden: {  }
diff --git a/config/default/sync/core.entity_view_display.comment.comment.default.yml b/config/default/sync/core.entity_view_display.comment.comment.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..f2fff62620fd2bf027d60427dd7c72948c426e79
--- /dev/null
+++ b/config/default/sync/core.entity_view_display.comment.comment.default.yml
@@ -0,0 +1,27 @@
+uuid: 01f2bd13-c5b6-4875-9782-1916c7879bdc
+langcode: en
+status: true
+dependencies:
+  config:
+    - comment.type.comment
+    - field.field.comment.comment.comment_body
+  module:
+    - text
+_core:
+  default_config_hash: 77Ye1kR-P6AaiGfEO8mnXNSr7nqtnP3PiiVBwJeGGMI
+id: comment.comment.default
+targetEntityType: comment
+bundle: comment
+mode: default
+content:
+  comment_body:
+    label: hidden
+    type: text_default
+    weight: 0
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  links:
+    weight: 100
+    region: content
+hidden: {  }
diff --git a/config/default/sync/core.entity_view_display.node.article.default.yml b/config/default/sync/core.entity_view_display.node.article.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..66aecfc2357acc5454e6539c69ead1a80dadd807
--- /dev/null
+++ b/config/default/sync/core.entity_view_display.node.article.default.yml
@@ -0,0 +1,63 @@
+uuid: 47afa2be-3c15-4c19-a4c2-9d4f91886707
+langcode: en
+status: true
+dependencies:
+  config:
+    - core.entity_view_display.comment.comment.default
+    - field.field.node.article.body
+    - field.field.node.article.comment
+    - field.field.node.article.field_image
+    - field.field.node.article.field_tags
+    - image.style.large
+    - node.type.article
+  module:
+    - comment
+    - image
+    - text
+    - user
+_core:
+  default_config_hash: qVtHNxqdXB9w369AO5JB5SVhflquWqFm5xfyvYLAIlM
+id: node.article.default
+targetEntityType: node
+bundle: article
+mode: default
+content:
+  body:
+    type: text_default
+    weight: 0
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+    label: hidden
+  comment:
+    type: comment_default
+    weight: 110
+    region: content
+    label: above
+    settings:
+      view_mode: default
+      pager_id: 0
+    third_party_settings: {  }
+  field_image:
+    type: image
+    weight: -1
+    region: content
+    settings:
+      image_style: large
+      image_link: ''
+    third_party_settings: {  }
+    label: hidden
+  field_tags:
+    type: entity_reference_label
+    weight: 10
+    region: content
+    label: above
+    settings:
+      link: true
+    third_party_settings: {  }
+  links:
+    weight: 100
+    region: content
+hidden:
+  field_image: true
+  field_tags: true
diff --git a/config/default/sync/core.entity_view_display.node.article.rss.yml b/config/default/sync/core.entity_view_display.node.article.rss.yml
new file mode 100644
index 0000000000000000000000000000000000000000..fc961336bcedfb4d69032ff3fc908c60f3821f09
--- /dev/null
+++ b/config/default/sync/core.entity_view_display.node.article.rss.yml
@@ -0,0 +1,28 @@
+uuid: efe42506-1aaa-47a1-8ffc-516b7cc448ac
+langcode: en
+status: true
+dependencies:
+  config:
+    - core.entity_view_mode.node.rss
+    - field.field.node.article.body
+    - field.field.node.article.comment
+    - field.field.node.article.field_image
+    - field.field.node.article.field_tags
+    - node.type.article
+  module:
+    - user
+_core:
+  default_config_hash: 2rIr6K5Q0UQ9khg0zE_CK-PtJH76UL-BDDZcZnZzwCc
+id: node.article.rss
+targetEntityType: node
+bundle: article
+mode: rss
+content:
+  links:
+    weight: 100
+    region: content
+hidden:
+  body: true
+  comment: true
+  field_image: true
+  field_tags: true
diff --git a/config/default/sync/core.entity_view_display.node.article.teaser.yml b/config/default/sync/core.entity_view_display.node.article.teaser.yml
new file mode 100644
index 0000000000000000000000000000000000000000..910cdc26319d4d6fd1266303dbf70d3a6d5e9da2
--- /dev/null
+++ b/config/default/sync/core.entity_view_display.node.article.teaser.yml
@@ -0,0 +1,55 @@
+uuid: e8356516-3d6c-445d-8ec3-86cbd80517b8
+langcode: en
+status: true
+dependencies:
+  config:
+    - core.entity_view_mode.node.teaser
+    - field.field.node.article.body
+    - field.field.node.article.comment
+    - field.field.node.article.field_image
+    - field.field.node.article.field_tags
+    - image.style.medium
+    - node.type.article
+  module:
+    - image
+    - text
+    - user
+_core:
+  default_config_hash: 4NcL2hSQZBpJbYtNuh5jC6kyQTcAc1m5bQpTegEWEso
+id: node.article.teaser
+targetEntityType: node
+bundle: article
+mode: teaser
+content:
+  body:
+    type: text_summary_or_trimmed
+    weight: 0
+    region: content
+    settings:
+      trim_length: 600
+    third_party_settings: {  }
+    label: hidden
+  field_image:
+    type: image
+    weight: -1
+    region: content
+    settings:
+      image_style: medium
+      image_link: content
+    third_party_settings: {  }
+    label: hidden
+  field_tags:
+    type: entity_reference_label
+    weight: 10
+    region: content
+    settings:
+      link: true
+    third_party_settings: {  }
+    label: above
+  links:
+    weight: 100
+    region: content
+hidden:
+  comment: true
+  field_image: true
+  field_tags: true
diff --git a/config/default/sync/core.entity_view_display.node.page.default.yml b/config/default/sync/core.entity_view_display.node.page.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ecff105a7602ce9b8e61993a7590045a8a530d67
--- /dev/null
+++ b/config/default/sync/core.entity_view_display.node.page.default.yml
@@ -0,0 +1,28 @@
+uuid: bfe11e98-7033-4e08-ac88-9ad9cfe5aad0
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.field.node.page.body
+    - node.type.page
+  module:
+    - text
+    - user
+_core:
+  default_config_hash: g1S3_GLaxq4l3I9RIca5Mlz02MxI2KmOquZpHw59akM
+id: node.page.default
+targetEntityType: node
+bundle: page
+mode: default
+content:
+  body:
+    label: hidden
+    type: text_default
+    weight: 100
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  links:
+    weight: 101
+    region: content
+hidden: {  }
diff --git a/config/default/sync/core.entity_view_display.node.page.teaser.yml b/config/default/sync/core.entity_view_display.node.page.teaser.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d5406db8b28a0c9d4b3ccbdac017c978cd7391ca
--- /dev/null
+++ b/config/default/sync/core.entity_view_display.node.page.teaser.yml
@@ -0,0 +1,30 @@
+uuid: 06913593-14e5-448e-9ea5-d6dbfa18ac1a
+langcode: en
+status: true
+dependencies:
+  config:
+    - core.entity_view_mode.node.teaser
+    - field.field.node.page.body
+    - node.type.page
+  module:
+    - text
+    - user
+_core:
+  default_config_hash: cSv5lDnbIgDug475Hdz3woED2XMqYv3awI-J9u1JLbY
+id: node.page.teaser
+targetEntityType: node
+bundle: page
+mode: teaser
+content:
+  body:
+    label: hidden
+    type: text_summary_or_trimmed
+    weight: 100
+    region: content
+    settings:
+      trim_length: 600
+    third_party_settings: {  }
+  links:
+    weight: 101
+    region: content
+hidden: {  }
diff --git a/config/default/sync/core.entity_view_display.user.user.compact.yml b/config/default/sync/core.entity_view_display.user.user.compact.yml
new file mode 100644
index 0000000000000000000000000000000000000000..236d6a8301d87e22d58709c48d6b03e13f852fe9
--- /dev/null
+++ b/config/default/sync/core.entity_view_display.user.user.compact.yml
@@ -0,0 +1,29 @@
+uuid: 8e2f7bf0-3934-4841-b88d-8775835d3c97
+langcode: en
+status: true
+dependencies:
+  config:
+    - core.entity_view_mode.user.compact
+    - field.field.user.user.user_picture
+    - image.style.thumbnail
+  module:
+    - image
+    - user
+_core:
+  default_config_hash: '-cLsS3M3JycipXQt9rEb81_HxKneReoGuRh8ijcOPXs'
+id: user.user.compact
+targetEntityType: user
+bundle: user
+mode: compact
+content:
+  user_picture:
+    type: image
+    weight: 0
+    region: content
+    settings:
+      image_style: thumbnail
+      image_link: content
+    third_party_settings: {  }
+    label: hidden
+hidden:
+  member_for: true
diff --git a/config/default/sync/core.entity_view_display.user.user.default.yml b/config/default/sync/core.entity_view_display.user.user.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..24a1028b8286f563ad11bc88fa7d41bcac962583
--- /dev/null
+++ b/config/default/sync/core.entity_view_display.user.user.default.yml
@@ -0,0 +1,30 @@
+uuid: 126e8437-29d9-4d61-a520-d55344a4409a
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.field.user.user.user_picture
+    - image.style.thumbnail
+  module:
+    - image
+    - user
+_core:
+  default_config_hash: V51QPCKkgNREKtSmB9Iu2wmAMEpktVpnzklWaZV8UYo
+id: user.user.default
+targetEntityType: user
+bundle: user
+mode: default
+content:
+  member_for:
+    weight: 5
+    region: content
+  user_picture:
+    type: image
+    weight: 0
+    region: content
+    settings:
+      image_style: thumbnail
+      image_link: content
+    third_party_settings: {  }
+    label: hidden
+hidden: {  }
diff --git a/config/default/sync/core.entity_view_mode.block.token.yml b/config/default/sync/core.entity_view_mode.block.token.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a1692a6558b203b137f317a706c27d03c17b3239
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.block.token.yml
@@ -0,0 +1,10 @@
+uuid: f3994818-8255-437e-9117-524bc250cf53
+langcode: en
+status: true
+dependencies:
+  module:
+    - block
+id: block.token
+label: Token
+targetEntityType: block
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.block_content.full.yml b/config/default/sync/core.entity_view_mode.block_content.full.yml
new file mode 100644
index 0000000000000000000000000000000000000000..1916858b217f41d876f9b870655e8d065d88356f
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.block_content.full.yml
@@ -0,0 +1,12 @@
+uuid: e939c180-03d2-415e-a5ca-f8ad17f987ab
+langcode: en
+status: false
+dependencies:
+  module:
+    - block_content
+_core:
+  default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
+id: block_content.full
+label: Full
+targetEntityType: block_content
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.block_content.token.yml b/config/default/sync/core.entity_view_mode.block_content.token.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d98a71cce71c864b155f2fe0743873072f90e10c
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.block_content.token.yml
@@ -0,0 +1,10 @@
+uuid: 891a4994-c94f-4caa-8ebd-907130ed3191
+langcode: en
+status: true
+dependencies:
+  module:
+    - block_content
+id: block_content.token
+label: Token
+targetEntityType: block_content
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.comment.full.yml b/config/default/sync/core.entity_view_mode.comment.full.yml
new file mode 100644
index 0000000000000000000000000000000000000000..72c560eaeb9aa0892eb36f318b2a979545a123f0
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.comment.full.yml
@@ -0,0 +1,12 @@
+uuid: 948b9a2b-dc2b-4e73-8a1f-e216d87c8480
+langcode: en
+status: false
+dependencies:
+  module:
+    - comment
+_core:
+  default_config_hash: K7eNlfU7NEUajz01wItywZklr2oaPgL6s1_97fmDXLA
+id: comment.full
+label: 'Full comment'
+targetEntityType: comment
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.comment.token.yml b/config/default/sync/core.entity_view_mode.comment.token.yml
new file mode 100644
index 0000000000000000000000000000000000000000..57d7363f0eb657d5ee03316bb803c48b0ba4e361
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.comment.token.yml
@@ -0,0 +1,10 @@
+uuid: 1ba24542-ad65-4f40-98f0-1ed7439a643e
+langcode: en
+status: true
+dependencies:
+  module:
+    - comment
+id: comment.token
+label: Token
+targetEntityType: comment
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.contact_message.token.yml b/config/default/sync/core.entity_view_mode.contact_message.token.yml
new file mode 100644
index 0000000000000000000000000000000000000000..eb86ad405f195c6b77214acfcd155afda07306ae
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.contact_message.token.yml
@@ -0,0 +1,10 @@
+uuid: 52dbade8-8041-4403-8233-f5357f9dd2df
+langcode: en
+status: true
+dependencies:
+  module:
+    - contact
+id: contact_message.token
+label: Token
+targetEntityType: contact_message
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.file.token.yml b/config/default/sync/core.entity_view_mode.file.token.yml
new file mode 100644
index 0000000000000000000000000000000000000000..da37c9c6b210a4967de822d26f4c144e5eb1a6a0
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.file.token.yml
@@ -0,0 +1,10 @@
+uuid: 7fc4fa3a-075f-4051-a535-86c2dd558280
+langcode: en
+status: true
+dependencies:
+  module:
+    - file
+id: file.token
+label: Token
+targetEntityType: file
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.menu_link_content.token.yml b/config/default/sync/core.entity_view_mode.menu_link_content.token.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b5257868a6b0b30c71c5538adca47eb903a35450
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.menu_link_content.token.yml
@@ -0,0 +1,10 @@
+uuid: 963c81c6-3938-4ad6-9a67-a91763f12f60
+langcode: en
+status: true
+dependencies:
+  module:
+    - menu_link_content
+id: menu_link_content.token
+label: Token
+targetEntityType: menu_link_content
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.node.full.yml b/config/default/sync/core.entity_view_mode.node.full.yml
new file mode 100644
index 0000000000000000000000000000000000000000..48c59847e8fd05e00fa99a29608dea5e04f37a7f
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.node.full.yml
@@ -0,0 +1,12 @@
+uuid: e9b5369a-1e3a-41cd-a8ab-10531df23d02
+langcode: en
+status: false
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk
+id: node.full
+label: 'Full content'
+targetEntityType: node
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.node.rss.yml b/config/default/sync/core.entity_view_mode.node.rss.yml
new file mode 100644
index 0000000000000000000000000000000000000000..02c1a5aa9a962a77d235ecd7131349d3dd90a61c
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.node.rss.yml
@@ -0,0 +1,12 @@
+uuid: 2627fc04-501c-4f9c-b45e-d50534791fde
+langcode: en
+status: false
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU
+id: node.rss
+label: RSS
+targetEntityType: node
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.node.search_index.yml b/config/default/sync/core.entity_view_mode.node.search_index.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d040c5cc7248e0470557fb0a70854bd0c68131ec
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.node.search_index.yml
@@ -0,0 +1,12 @@
+uuid: 89a655c4-a49e-49aa-bbae-2bb0c81e662a
+langcode: en
+status: false
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY
+id: node.search_index
+label: 'Search index'
+targetEntityType: node
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.node.search_result.yml b/config/default/sync/core.entity_view_mode.node.search_result.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2aa1aa4c4c04a532f3a76b55ffc0ad838918a1e2
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.node.search_result.yml
@@ -0,0 +1,12 @@
+uuid: 1face15c-523b-482b-b0d3-a1462d99141b
+langcode: en
+status: false
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM
+id: node.search_result
+label: 'Search result highlighting input'
+targetEntityType: node
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.node.teaser.yml b/config/default/sync/core.entity_view_mode.node.teaser.yml
new file mode 100644
index 0000000000000000000000000000000000000000..5d8c654b89eb9564597942bb996911c46e6f21d3
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.node.teaser.yml
@@ -0,0 +1,12 @@
+uuid: 6831feaa-f477-49cc-b945-a8e6b19375e9
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4
+id: node.teaser
+label: Teaser
+targetEntityType: node
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.node.token.yml b/config/default/sync/core.entity_view_mode.node.token.yml
new file mode 100644
index 0000000000000000000000000000000000000000..f0bcea8db4c1ddfa8f3d8a08e67cd83276294460
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.node.token.yml
@@ -0,0 +1,10 @@
+uuid: c8d128cc-a643-454d-8120-1fbd22141a47
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+id: node.token
+label: Token
+targetEntityType: node
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.shortcut.token.yml b/config/default/sync/core.entity_view_mode.shortcut.token.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c4fc6d3648cf41fdb4ef376d88a507777d251f99
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.shortcut.token.yml
@@ -0,0 +1,10 @@
+uuid: de6976c1-1617-4a61-9e18-f9435b6d162f
+langcode: en
+status: true
+dependencies:
+  module:
+    - shortcut
+id: shortcut.token
+label: Token
+targetEntityType: shortcut
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.taxonomy_term.full.yml b/config/default/sync/core.entity_view_mode.taxonomy_term.full.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6c97abed69fb681d08e58baf84d2739780474617
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.taxonomy_term.full.yml
@@ -0,0 +1,12 @@
+uuid: 4a02a555-768f-49e4-a0dd-d8f1e70d3e10
+langcode: en
+status: true
+dependencies:
+  module:
+    - taxonomy
+_core:
+  default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE'
+id: taxonomy_term.full
+label: 'Taxonomy term page'
+targetEntityType: taxonomy_term
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.taxonomy_term.token.yml b/config/default/sync/core.entity_view_mode.taxonomy_term.token.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8fea6feb87be3d21de30adea3428283694befca0
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.taxonomy_term.token.yml
@@ -0,0 +1,10 @@
+uuid: 8def5538-3b1d-4872-893e-381d193d8d14
+langcode: en
+status: true
+dependencies:
+  module:
+    - taxonomy
+id: taxonomy_term.token
+label: Token
+targetEntityType: taxonomy_term
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.user.compact.yml b/config/default/sync/core.entity_view_mode.user.compact.yml
new file mode 100644
index 0000000000000000000000000000000000000000..3dce394bb332a77bf2c505625a2c91d163382530
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.user.compact.yml
@@ -0,0 +1,12 @@
+uuid: 3ba8ff96-b3a3-440a-bea4-296c2cd22e39
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g
+id: user.compact
+label: Compact
+targetEntityType: user
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.user.full.yml b/config/default/sync/core.entity_view_mode.user.full.yml
new file mode 100644
index 0000000000000000000000000000000000000000..75886a3b626e985de14f11105fa853505195db50
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.user.full.yml
@@ -0,0 +1,12 @@
+uuid: c1f47609-32bb-4b70-a74b-e30fb6f7a1c7
+langcode: en
+status: false
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM
+id: user.full
+label: 'User account'
+targetEntityType: user
+cache: true
diff --git a/config/default/sync/core.entity_view_mode.user.token.yml b/config/default/sync/core.entity_view_mode.user.token.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0c7664229251dd714fbf31b5bad26b68133c472c
--- /dev/null
+++ b/config/default/sync/core.entity_view_mode.user.token.yml
@@ -0,0 +1,10 @@
+uuid: d49d7bd8-0682-4fd3-981d-3ca846a7696b
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+id: user.token
+label: Token
+targetEntityType: user
+cache: true
diff --git a/config/default/sync/core.extension.yml b/config/default/sync/core.extension.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2642d616f1bae072d1f2ad797731440cca026872
--- /dev/null
+++ b/config/default/sync/core.extension.yml
@@ -0,0 +1,69 @@
+module:
+  admin_toolbar: 0
+  admin_toolbar_tools: 0
+  automated_cron: 0
+  big_pipe: 0
+  block: 0
+  block_class: 0
+  block_content: 0
+  block_place: 0
+  breakpoint: 0
+  chosen: 0
+  chosen_lib: 0
+  ckeditor: 0
+  comment: 0
+  config: 0
+  config_filter: 0
+  config_split: 0
+  contact: 0
+  contextual: 0
+  ctools: 0
+  datetime: 0
+  datetime_range: 0
+  dblog: 0
+  drd_agent: 0
+  editor: 0
+  extlink: 0
+  field: 0
+  field_group: 0
+  file: 0
+  filter: 0
+  history: 0
+  honeypot: 0
+  image: 0
+  link: 0
+  linkit: 0
+  menu_ui: 0
+  metatag: 0
+  mollom: 0
+  navbar_filter: 0
+  node: 0
+  options: 0
+  outside_in: 0
+  path: 0
+  rdf: 0
+  redis: 0
+  search: 0
+  shortcut: 0
+  subpathauto: 0
+  syslog: 0
+  system: 0
+  taxonomy: 0
+  text: 0
+  token: 0
+  toolbar: 0
+  update: 0
+  user: 0
+  xmlsitemap: 0
+  menu_link_content: 1
+  pathauto: 1
+  views: 10
+  standard: 1000
+theme:
+  stable: 0
+  classy: 0
+  bartik: 0
+  seven: 0
+profile: standard
+_core:
+  default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
diff --git a/config/default/sync/core.menu.static_menu_link_overrides.yml b/config/default/sync/core.menu.static_menu_link_overrides.yml
new file mode 100644
index 0000000000000000000000000000000000000000..86242582c9bd1c024a8fb6a3689b50eb9772c104
--- /dev/null
+++ b/config/default/sync/core.menu.static_menu_link_overrides.yml
@@ -0,0 +1,9 @@
+definitions:
+  contact__site_page:
+    enabled: true
+    menu_name: footer
+    parent: ''
+    weight: 0
+    expanded: false
+_core:
+  default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
diff --git a/config/default/sync/dblog.settings.yml b/config/default/sync/dblog.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..cf06e3fa7bd23e90bce1e18becae3806981519cb
--- /dev/null
+++ b/config/default/sync/dblog.settings.yml
@@ -0,0 +1,3 @@
+row_limit: 1000
+_core:
+  default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
diff --git a/config/default/sync/drd_agent.settings.yml b/config/default/sync/drd_agent.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..33405cf5d41ac833285f09421efe4fecaea54286
--- /dev/null
+++ b/config/default/sync/drd_agent.settings.yml
@@ -0,0 +1,5 @@
+debug_mode: false
+authorised: {  }
+ott: {  }
+_core:
+  default_config_hash: ip9Si_7C8usB1lUdRXQxu0nMbmnyHROrJ5sRAxOwzno
diff --git a/config/default/sync/editor.editor.basic_html.yml b/config/default/sync/editor.editor.basic_html.yml
new file mode 100644
index 0000000000000000000000000000000000000000..4e30662e09ea736975c398861594967db9510f66
--- /dev/null
+++ b/config/default/sync/editor.editor.basic_html.yml
@@ -0,0 +1,60 @@
+uuid: bfc4f86c-f99b-4c5d-98df-9b6f41e7cd8a
+langcode: en
+status: true
+dependencies:
+  config:
+    - filter.format.basic_html
+  module:
+    - ckeditor
+_core:
+  default_config_hash: AqlPmO16LvJI4D0Ih6u4GFQIzqr5OnLgAUSjcUGWk2g
+format: basic_html
+editor: ckeditor
+settings:
+  toolbar:
+    rows:
+      -
+        -
+          name: Formatting
+          items:
+            - Bold
+            - Italic
+        -
+          name: Linking
+          items:
+            - DrupalLink
+            - DrupalUnlink
+        -
+          name: Lists
+          items:
+            - BulletedList
+            - NumberedList
+        -
+          name: Media
+          items:
+            - Blockquote
+            - DrupalImage
+        -
+          name: 'Block Formatting'
+          items:
+            - Format
+        -
+          name: Tools
+          items:
+            - Source
+  plugins:
+    stylescombo:
+      styles: ''
+    language:
+      language_list: un
+    drupallink:
+      linkit_enabled: true
+      linkit_profile: default
+image_upload:
+  status: true
+  scheme: public
+  directory: inline-images
+  max_size: ''
+  max_dimensions:
+    width: null
+    height: null
diff --git a/config/default/sync/editor.editor.full_html.yml b/config/default/sync/editor.editor.full_html.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2c8d0feeda830aa70cf93bd21208c835b39f70f3
--- /dev/null
+++ b/config/default/sync/editor.editor.full_html.yml
@@ -0,0 +1,63 @@
+uuid: 7553c86b-8254-4dc3-804f-83ff78315aeb
+langcode: en
+status: true
+dependencies:
+  config:
+    - filter.format.full_html
+  module:
+    - ckeditor
+_core:
+  default_config_hash: 967ijj7p6i7rwrYl7r08WQFeCY_c23YAh0h8u-w_CXM
+format: full_html
+editor: ckeditor
+settings:
+  toolbar:
+    rows:
+      -
+        -
+          name: Formatting
+          items:
+            - Bold
+            - Italic
+            - Strike
+            - Superscript
+            - Subscript
+            - '-'
+            - RemoveFormat
+        -
+          name: Linking
+          items:
+            - DrupalLink
+            - DrupalUnlink
+        -
+          name: Lists
+          items:
+            - BulletedList
+            - NumberedList
+        -
+          name: Media
+          items:
+            - Blockquote
+            - DrupalImage
+            - Table
+            - HorizontalRule
+        -
+          name: 'Block Formatting'
+          items:
+            - Format
+        -
+          name: Tools
+          items:
+            - ShowBlocks
+            - Source
+  plugins:
+    stylescombo:
+      styles: ''
+image_upload:
+  status: true
+  scheme: public
+  directory: inline-images
+  max_size: ''
+  max_dimensions:
+    width: 0
+    height: 0
diff --git a/config/default/sync/extlink.settings.yml b/config/default/sync/extlink.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..5d2329a6cf296f38b1ca26de3457dc3a5b00e74e
--- /dev/null
+++ b/config/default/sync/extlink.settings.yml
@@ -0,0 +1,11 @@
+extlink_include: ''
+extlink_exclude: ''
+extlink_alert_text: ''
+extlink_alert: false
+extlink_target: true
+extlink_subdomains: true
+extlink_mailto_class: mailto
+extlink_img_class: false
+extlink_class: ext
+extlink_css_exclude: ''
+extlink_css_explicit: ''
diff --git a/config/default/sync/field.field.block_content.basic.body.yml b/config/default/sync/field.field.block_content.basic.body.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7d87f42c96825c6b80420565d71e2ad09d9cbb4b
--- /dev/null
+++ b/config/default/sync/field.field.block_content.basic.body.yml
@@ -0,0 +1,24 @@
+uuid: b262737d-0fe9-461b-897c-dff79888c5df
+langcode: en
+status: true
+dependencies:
+  config:
+    - block_content.type.basic
+    - field.storage.block_content.body
+  module:
+    - text
+_core:
+  default_config_hash: R__6wc-rMfFMO8d7jcgqnqiA92j8spKhcc5MiqecrMc
+id: block_content.basic.body
+field_name: body
+entity_type: block_content
+bundle: basic
+label: Body
+description: ''
+required: false
+translatable: true
+default_value: {  }
+default_value_callback: ''
+settings:
+  display_summary: false
+field_type: text_with_summary
diff --git a/config/default/sync/field.field.comment.comment.comment_body.yml b/config/default/sync/field.field.comment.comment.comment_body.yml
new file mode 100644
index 0000000000000000000000000000000000000000..22cd6e6eae9290634607afeef9b161163c516c4d
--- /dev/null
+++ b/config/default/sync/field.field.comment.comment.comment_body.yml
@@ -0,0 +1,23 @@
+uuid: 205b9662-384a-4c0b-9fff-7234417455da
+langcode: en
+status: true
+dependencies:
+  config:
+    - comment.type.comment
+    - field.storage.comment.comment_body
+  module:
+    - text
+_core:
+  default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs
+id: comment.comment.comment_body
+field_name: comment_body
+entity_type: comment
+bundle: comment
+label: Comment
+description: ''
+required: true
+translatable: true
+default_value: {  }
+default_value_callback: ''
+settings: {  }
+field_type: text_long
diff --git a/config/default/sync/field.field.node.article.body.yml b/config/default/sync/field.field.node.article.body.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2f7b0b7777677e4fbde1665be0c5a5d90ddf1ef5
--- /dev/null
+++ b/config/default/sync/field.field.node.article.body.yml
@@ -0,0 +1,24 @@
+uuid: 75a1dde0-b425-4321-836b-69242ff13462
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.storage.node.body
+    - node.type.article
+  module:
+    - text
+_core:
+  default_config_hash: Ay3b2hq42cpQTFB_lNu8S2ZxuVIY6-dlBsc7vLeJ-YY
+id: node.article.body
+field_name: body
+entity_type: node
+bundle: article
+label: Body
+description: ''
+required: false
+translatable: true
+default_value: {  }
+default_value_callback: ''
+settings:
+  display_summary: true
+field_type: text_with_summary
diff --git a/config/default/sync/field.field.node.article.comment.yml b/config/default/sync/field.field.node.article.comment.yml
new file mode 100644
index 0000000000000000000000000000000000000000..939a7da36a613b3b895a186ed2b42e4a6ef8ff1a
--- /dev/null
+++ b/config/default/sync/field.field.node.article.comment.yml
@@ -0,0 +1,35 @@
+uuid: ff73c8db-0a93-4cab-aeb4-ee8323ac70c5
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.storage.node.comment
+    - node.type.article
+  module:
+    - comment
+_core:
+  default_config_hash: szSOp-8eNsMcuh8usDre1x76RhDKaPhNUuwzRX5cgv4
+id: node.article.comment
+field_name: comment
+entity_type: node
+bundle: article
+label: Comments
+description: ''
+required: true
+translatable: true
+default_value:
+  -
+    status: 2
+    cid: 0
+    last_comment_name: null
+    last_comment_timestamp: 0
+    last_comment_uid: 0
+    comment_count: 0
+default_value_callback: ''
+settings:
+  default_mode: 1
+  per_page: 50
+  form_location: true
+  anonymous: 0
+  preview: 1
+field_type: comment
diff --git a/config/default/sync/field.field.node.article.field_image.yml b/config/default/sync/field.field.node.article.field_image.yml
new file mode 100644
index 0000000000000000000000000000000000000000..63413929b722e5259d6cad8ce55517f44d0d6268
--- /dev/null
+++ b/config/default/sync/field.field.node.article.field_image.yml
@@ -0,0 +1,40 @@
+uuid: a92fd4eb-5830-4a8a-9852-9358e6acb518
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.storage.node.field_image
+    - node.type.article
+  module:
+    - image
+_core:
+  default_config_hash: tgJzhA7Swh4M_gWU5FwFe5lPxPj5rebpMbvhpdNrERs
+id: node.article.field_image
+field_name: field_image
+entity_type: node
+bundle: article
+label: Image
+description: ''
+required: false
+translatable: true
+default_value: {  }
+default_value_callback: ''
+settings:
+  file_directory: '[date:custom:Y]-[date:custom:m]'
+  file_extensions: 'png gif jpg jpeg'
+  max_filesize: ''
+  max_resolution: ''
+  min_resolution: ''
+  alt_field: true
+  title_field: false
+  alt_field_required: true
+  title_field_required: false
+  default_image:
+    uuid: null
+    alt: ''
+    title: ''
+    width: null
+    height: null
+  handler: 'default:file'
+  handler_settings: {  }
+field_type: image
diff --git a/config/default/sync/field.field.node.article.field_tags.yml b/config/default/sync/field.field.node.article.field_tags.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d2d3fb6ba827f35fcd81004bc251d1cf587c7b43
--- /dev/null
+++ b/config/default/sync/field.field.node.article.field_tags.yml
@@ -0,0 +1,29 @@
+uuid: 5c1470c6-0e40-47ae-8108-9f162d445cf9
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.storage.node.field_tags
+    - node.type.article
+    - taxonomy.vocabulary.tags
+_core:
+  default_config_hash: QdUgf_beeoaPiyKorFv0q1fcJpWH_uZTqe_xoVJacrw
+id: node.article.field_tags
+field_name: field_tags
+entity_type: node
+bundle: article
+label: Tags
+description: 'Enter a comma-separated list. For example: Amsterdam, Mexico City, "Cleveland, Ohio"'
+required: false
+translatable: true
+default_value: {  }
+default_value_callback: ''
+settings:
+  handler: 'default:taxonomy_term'
+  handler_settings:
+    target_bundles:
+      tags: tags
+    sort:
+      field: _none
+    auto_create: true
+field_type: entity_reference
diff --git a/config/default/sync/field.field.node.page.body.yml b/config/default/sync/field.field.node.page.body.yml
new file mode 100644
index 0000000000000000000000000000000000000000..dfee2aa124a5a047cc500c5efbca9407f6af0bea
--- /dev/null
+++ b/config/default/sync/field.field.node.page.body.yml
@@ -0,0 +1,24 @@
+uuid: ff15bedc-01e9-46d8-a1a3-6a075dea46f2
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.storage.node.body
+    - node.type.page
+  module:
+    - text
+_core:
+  default_config_hash: rUop-8b6hvxxDYbv-KobTfNIBNbPY9qOPl8f6kBNSpw
+id: node.page.body
+field_name: body
+entity_type: node
+bundle: page
+label: Body
+description: ''
+required: false
+translatable: true
+default_value: {  }
+default_value_callback: ''
+settings:
+  display_summary: true
+field_type: text_with_summary
diff --git a/config/default/sync/field.field.user.user.user_picture.yml b/config/default/sync/field.field.user.user.user_picture.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0d3ba4bcf2b40df4af392a7b9e13e7280cb45dda
--- /dev/null
+++ b/config/default/sync/field.field.user.user.user_picture.yml
@@ -0,0 +1,40 @@
+uuid: c98e8b1c-2aa6-40b6-9657-cde0dd6ebdb3
+langcode: en
+status: true
+dependencies:
+  config:
+    - field.storage.user.user_picture
+  module:
+    - image
+    - user
+_core:
+  default_config_hash: cL7i1kgJvlJa6H00f0E_fZ2KdD1ag0ASpLts0K-KNII
+id: user.user.user_picture
+field_name: user_picture
+entity_type: user
+bundle: user
+label: Picture
+description: 'Your virtual face or picture.'
+required: false
+translatable: true
+default_value: {  }
+default_value_callback: ''
+settings:
+  file_extensions: 'png gif jpg jpeg'
+  file_directory: 'pictures/[date:custom:Y]-[date:custom:m]'
+  max_filesize: '30 KB'
+  alt_field: false
+  title_field: false
+  max_resolution: 85x85
+  min_resolution: ''
+  default_image:
+    uuid: null
+    alt: ''
+    title: ''
+    width: null
+    height: null
+  alt_field_required: false
+  title_field_required: false
+  handler: 'default:file'
+  handler_settings: {  }
+field_type: image
diff --git a/config/default/sync/field.settings.yml b/config/default/sync/field.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..95c042d7785189c9c22981fcc0d8e64d5d56f591
--- /dev/null
+++ b/config/default/sync/field.settings.yml
@@ -0,0 +1,3 @@
+purge_batch_size: 50
+_core:
+  default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
diff --git a/config/default/sync/field.storage.block_content.body.yml b/config/default/sync/field.storage.block_content.body.yml
new file mode 100644
index 0000000000000000000000000000000000000000..4dd1422445b890d067c4a5a716e9a5e70e95a757
--- /dev/null
+++ b/config/default/sync/field.storage.block_content.body.yml
@@ -0,0 +1,21 @@
+uuid: 209d6e6f-17c7-4968-afff-ecd6c6884e45
+langcode: en
+status: true
+dependencies:
+  module:
+    - block_content
+    - text
+_core:
+  default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc
+id: block_content.body
+field_name: body
+entity_type: block_content
+type: text_with_summary
+settings: {  }
+module: text
+locked: false
+cardinality: 1
+translatable: true
+indexes: {  }
+persist_with_no_fields: true
+custom_storage: false
diff --git a/config/default/sync/field.storage.comment.comment_body.yml b/config/default/sync/field.storage.comment.comment_body.yml
new file mode 100644
index 0000000000000000000000000000000000000000..db98eb3eb728e8f7e70888d0f089bba88da646df
--- /dev/null
+++ b/config/default/sync/field.storage.comment.comment_body.yml
@@ -0,0 +1,21 @@
+uuid: 5d2b915a-529e-4fa9-a9c7-5b6252ac8094
+langcode: en
+status: true
+dependencies:
+  module:
+    - comment
+    - text
+_core:
+  default_config_hash: swYoCch_hY8QO5uwr4FURplfnUCUlpPB4idF8WGVCpw
+id: comment.comment_body
+field_name: comment_body
+entity_type: comment
+type: text_long
+settings: {  }
+module: text
+locked: false
+cardinality: 1
+translatable: true
+indexes: {  }
+persist_with_no_fields: true
+custom_storage: false
diff --git a/config/default/sync/field.storage.node.body.yml b/config/default/sync/field.storage.node.body.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ca41bf7dadac58c051eda82e01017761bb8a2b8c
--- /dev/null
+++ b/config/default/sync/field.storage.node.body.yml
@@ -0,0 +1,21 @@
+uuid: 0db5006b-4380-4133-8448-20f1d4292a8b
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+    - text
+_core:
+  default_config_hash: EBUo7qOWqaiZaQ_RC9sLY5IoDKphS34v77VIHSACmVY
+id: node.body
+field_name: body
+entity_type: node
+type: text_with_summary
+settings: {  }
+module: text
+locked: false
+cardinality: 1
+translatable: true
+indexes: {  }
+persist_with_no_fields: true
+custom_storage: false
diff --git a/config/default/sync/field.storage.node.comment.yml b/config/default/sync/field.storage.node.comment.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7f3f51e3ac03fe7cd6c53781f77bb745142d9ab7
--- /dev/null
+++ b/config/default/sync/field.storage.node.comment.yml
@@ -0,0 +1,22 @@
+uuid: c7fc5cf0-6212-40b6-948e-228074effc79
+langcode: en
+status: true
+dependencies:
+  module:
+    - comment
+    - node
+_core:
+  default_config_hash: ktCna9xmWvYZIUfOCUyDQvedn5RtnS4CRmEIwNmvYjc
+id: node.comment
+field_name: comment
+entity_type: node
+type: comment
+settings:
+  comment_type: comment
+module: comment
+locked: false
+cardinality: 1
+translatable: true
+indexes: {  }
+persist_with_no_fields: false
+custom_storage: false
diff --git a/config/default/sync/field.storage.node.field_image.yml b/config/default/sync/field.storage.node.field_image.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6cfa02cc94f2671e586fa41f97f4ea872212c75f
--- /dev/null
+++ b/config/default/sync/field.storage.node.field_image.yml
@@ -0,0 +1,34 @@
+uuid: 6276f434-7938-4bce-bbc6-6316e4f1b58b
+langcode: en
+status: true
+dependencies:
+  module:
+    - file
+    - image
+    - node
+_core:
+  default_config_hash: SkXIPKZYiIMMtnBmfnxk58RYfbZ8cHSw5NZPY_JByME
+id: node.field_image
+field_name: field_image
+entity_type: node
+type: image
+settings:
+  uri_scheme: public
+  default_image:
+    uuid: null
+    alt: ''
+    title: ''
+    width: null
+    height: null
+  target_type: file
+  display_field: false
+  display_default: false
+module: image
+locked: false
+cardinality: 1
+translatable: true
+indexes:
+  target_id:
+    - target_id
+persist_with_no_fields: false
+custom_storage: false
diff --git a/config/default/sync/field.storage.node.field_tags.yml b/config/default/sync/field.storage.node.field_tags.yml
new file mode 100644
index 0000000000000000000000000000000000000000..eaefda13982c8417ff15207efb7b5a6e0e1e1c15
--- /dev/null
+++ b/config/default/sync/field.storage.node.field_tags.yml
@@ -0,0 +1,22 @@
+uuid: 6e2f421b-ec98-44b2-ad6d-88d5c047a7a0
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+    - taxonomy
+_core:
+  default_config_hash: WpOE_bs8Bs_HY2ns7n2r__de-xno0-Bxkqep5-MsHAs
+id: node.field_tags
+field_name: field_tags
+entity_type: node
+type: entity_reference
+settings:
+  target_type: taxonomy_term
+module: core
+locked: false
+cardinality: -1
+translatable: true
+indexes: {  }
+persist_with_no_fields: false
+custom_storage: false
diff --git a/config/default/sync/field.storage.user.user_picture.yml b/config/default/sync/field.storage.user.user_picture.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8be5b1d79194f4a66ba94e582821b8abd584fb93
--- /dev/null
+++ b/config/default/sync/field.storage.user.user_picture.yml
@@ -0,0 +1,34 @@
+uuid: eaf3f589-6fdd-4038-aabe-e32763541984
+langcode: en
+status: true
+dependencies:
+  module:
+    - file
+    - image
+    - user
+_core:
+  default_config_hash: 6k-VBFilDLuzgSOT-77CFgHFlcd5D-kqRixtH89EShU
+id: user.user_picture
+field_name: user_picture
+entity_type: user
+type: image
+settings:
+  uri_scheme: public
+  default_image:
+    uuid: null
+    alt: ''
+    title: ''
+    width: null
+    height: null
+  target_type: file
+  display_field: false
+  display_default: false
+module: image
+locked: false
+cardinality: 1
+translatable: true
+indexes:
+  target_id:
+    - target_id
+persist_with_no_fields: false
+custom_storage: false
diff --git a/config/default/sync/file.settings.yml b/config/default/sync/file.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0094526d3b42d134930a9e8acb5b74e02dbc699c
--- /dev/null
+++ b/config/default/sync/file.settings.yml
@@ -0,0 +1,7 @@
+description:
+  type: textfield
+  length: 128
+icon:
+  directory: core/modules/file/icons
+_core:
+  default_config_hash: 8LI-1XgwLt9hYRns_7c81S632d6JhdqXKs4vDheaG6E
diff --git a/config/default/sync/filter.format.basic_html.yml b/config/default/sync/filter.format.basic_html.yml
new file mode 100644
index 0000000000000000000000000000000000000000..1f3dcbe69857116c8564f42f70bfa059c0e54cc8
--- /dev/null
+++ b/config/default/sync/filter.format.basic_html.yml
@@ -0,0 +1,66 @@
+uuid: edd926f0-1e3d-44d1-bf19-44f7972ea974
+langcode: en
+status: true
+dependencies:
+  module:
+    - editor
+    - linkit
+_core:
+  default_config_hash: P8ddpAIKtawJDi5SzOwCzVnnNYqONewSTJ6Xn0dW_aQ
+name: 'Basic HTML'
+format: basic_html
+weight: 0
+filters:
+  filter_html:
+    id: filter_html
+    provider: filter
+    status: true
+    weight: -10
+    settings:
+      allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <img src alt height width data-entity-type data-entity-uuid data-align data-caption> <a href hreflang data-entity-type data-entity-uuid title>'
+      filter_html_help: false
+      filter_html_nofollow: false
+  filter_align:
+    id: filter_align
+    provider: filter
+    status: true
+    weight: 7
+    settings: {  }
+  filter_caption:
+    id: filter_caption
+    provider: filter
+    status: true
+    weight: 8
+    settings: {  }
+  filter_html_image_secure:
+    id: filter_html_image_secure
+    provider: filter
+    status: true
+    weight: 9
+    settings: {  }
+  editor_file_reference:
+    id: editor_file_reference
+    provider: editor
+    status: true
+    weight: 11
+    settings: {  }
+  filter_htmlcorrector:
+    id: filter_htmlcorrector
+    provider: filter
+    status: true
+    weight: 10
+    settings: {  }
+  filter_url:
+    id: filter_url
+    provider: filter
+    status: true
+    weight: 0
+    settings:
+      filter_url_length: 72
+  linkit:
+    id: linkit
+    provider: linkit
+    status: true
+    weight: -15
+    settings:
+      title: true
diff --git a/config/default/sync/filter.format.full_html.yml b/config/default/sync/filter.format.full_html.yml
new file mode 100644
index 0000000000000000000000000000000000000000..246c6d94c015e2e03eb6753b1e77a43f47e44d51
--- /dev/null
+++ b/config/default/sync/filter.format.full_html.yml
@@ -0,0 +1,36 @@
+uuid: 29f8c922-4547-4dcf-92ee-f12597ab0e07
+langcode: en
+status: true
+dependencies:
+  module:
+    - editor
+_core:
+  default_config_hash: hewPmBgni9jlDK_IjLxUx1HsTbinK-hdl0lOwjbteIY
+name: 'Full HTML'
+format: full_html
+weight: 1
+filters:
+  filter_align:
+    id: filter_align
+    provider: filter
+    status: true
+    weight: 8
+    settings: {  }
+  filter_caption:
+    id: filter_caption
+    provider: filter
+    status: true
+    weight: 9
+    settings: {  }
+  filter_htmlcorrector:
+    id: filter_htmlcorrector
+    provider: filter
+    status: true
+    weight: 10
+    settings: {  }
+  editor_file_reference:
+    id: editor_file_reference
+    provider: editor
+    status: true
+    weight: 11
+    settings: {  }
diff --git a/config/default/sync/filter.format.plain_text.yml b/config/default/sync/filter.format.plain_text.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b679b907bdd3b47603d37afdcce285be122e7a7f
--- /dev/null
+++ b/config/default/sync/filter.format.plain_text.yml
@@ -0,0 +1,29 @@
+uuid: 51514964-acf6-4226-8604-b3415d25b92a
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: NIKBt6kw_uPhNI0qtR2DnRf7mSOgAQdx7Q94SKMjXbQ
+name: 'Plain text'
+format: plain_text
+weight: 10
+filters:
+  filter_html_escape:
+    id: filter_html_escape
+    provider: filter
+    status: true
+    weight: -10
+    settings: {  }
+  filter_url:
+    id: filter_url
+    provider: filter
+    status: true
+    weight: 0
+    settings:
+      filter_url_length: 72
+  filter_autop:
+    id: filter_autop
+    provider: filter
+    status: true
+    weight: 0
+    settings: {  }
diff --git a/config/default/sync/filter.format.restricted_html.yml b/config/default/sync/filter.format.restricted_html.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0bacab4808beef12d6f3005804f12d47fff02ef7
--- /dev/null
+++ b/config/default/sync/filter.format.restricted_html.yml
@@ -0,0 +1,32 @@
+uuid: 382f019b-d6a2-4def-8dc0-9d269509f42a
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: KUjJ8Ti_ZJSlhGM88E_mhJP-8mmQRNUB6RFof615Kt0
+name: 'Restricted HTML'
+format: restricted_html
+weight: 0
+filters:
+  filter_html:
+    id: filter_html
+    provider: filter
+    status: true
+    weight: -10
+    settings:
+      allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>'
+      filter_html_help: true
+      filter_html_nofollow: false
+  filter_autop:
+    id: filter_autop
+    provider: filter
+    status: true
+    weight: 0
+    settings: {  }
+  filter_url:
+    id: filter_url
+    provider: filter
+    status: true
+    weight: 0
+    settings:
+      filter_url_length: 72
diff --git a/config/default/sync/filter.settings.yml b/config/default/sync/filter.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..dfcfed362d2ed0fe0015c11ae4dfbe2469431710
--- /dev/null
+++ b/config/default/sync/filter.settings.yml
@@ -0,0 +1,4 @@
+fallback_format: plain_text
+always_show_fallback_choice: false
+_core:
+  default_config_hash: FiPjM3WdB__ruFA7B6TLwni_UcZbmek5G4b2dxQItxA
diff --git a/config/default/sync/honeypot.settings.yml b/config/default/sync/honeypot.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..9e5f654785b40513ea1fda6e48d44a203e0a5a36
--- /dev/null
+++ b/config/default/sync/honeypot.settings.yml
@@ -0,0 +1,20 @@
+unprotected_forms:
+  - user_login_form
+  - search_form
+  - search_block_form
+  - views_exposed_form
+  - honeypot_settings_form
+protect_all_forms: true
+log: true
+element_name: url
+time_limit: 5
+expire: 300
+form_settings:
+  user_register_form: false
+  user_pass: false
+  contact_message_feedback_form: false
+  contact_message_personal_form: false
+  node_type_node_form: false
+  comment_comment_form: false
+_core:
+  default_config_hash: jEhrePho9bAz_8-E-zPMXvlx4knpphzUdaiQJX-xc8Q
diff --git a/config/default/sync/image.settings.yml b/config/default/sync/image.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..52ee4a8f4088bf57a6df8a02c3eda7e91192d659
--- /dev/null
+++ b/config/default/sync/image.settings.yml
@@ -0,0 +1,5 @@
+preview_image: core/modules/image/sample.png
+allow_insecure_derivatives: false
+suppress_itok_output: false
+_core:
+  default_config_hash: k-yDFHbqNfpe-Srg4sdCSqaosCl2D8uwyEY5esF8gEw
diff --git a/config/default/sync/image.style.large.yml b/config/default/sync/image.style.large.yml
new file mode 100644
index 0000000000000000000000000000000000000000..669039859ecbb65f1a782b416f30f8ed8f59d46b
--- /dev/null
+++ b/config/default/sync/image.style.large.yml
@@ -0,0 +1,17 @@
+uuid: 8ef9b557-7af8-41d3-86be-e6017f8a8d6c
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: J2n0RpFzS0-bgSyxjs6rSdgxB1rb-bTAgqywNx_964M
+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
diff --git a/config/default/sync/image.style.linkit_result_thumbnail.yml b/config/default/sync/image.style.linkit_result_thumbnail.yml
new file mode 100644
index 0000000000000000000000000000000000000000..47d41ef4ca6e4649745ec5b9d1e71cde3fa7a733
--- /dev/null
+++ b/config/default/sync/image.style.linkit_result_thumbnail.yml
@@ -0,0 +1,16 @@
+uuid: 3d6d4d27-96d4-463c-b24c-db77cb17be9d
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: CMuvuRCfGZ5k3XgsXmkEc54rI8etDY1Qz2JP7JzKL-g
+name: linkit_result_thumbnail
+label: 'Linkit result thumbnail'
+effects:
+  2943df29-38ea-459c-ba1d-290489bb1807:
+    uuid: 2943df29-38ea-459c-ba1d-290489bb1807
+    id: image_scale_and_crop
+    weight: 1
+    data:
+      width: 50
+      height: 50
diff --git a/config/default/sync/image.style.medium.yml b/config/default/sync/image.style.medium.yml
new file mode 100644
index 0000000000000000000000000000000000000000..82e64af9c82f784a8692e615b7876808e2e9e167
--- /dev/null
+++ b/config/default/sync/image.style.medium.yml
@@ -0,0 +1,17 @@
+uuid: e8d6dd1d-878f-4d5e-a45e-93f65d9cd033
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: Y9NmnZHQq20ASSyTNA6JnwtWrJJiSajOehGDtmUFdM0
+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
diff --git a/config/default/sync/image.style.thumbnail.yml b/config/default/sync/image.style.thumbnail.yml
new file mode 100644
index 0000000000000000000000000000000000000000..4ea71c4e8a7dd31e2d0021103ca01074ca9632b1
--- /dev/null
+++ b/config/default/sync/image.style.thumbnail.yml
@@ -0,0 +1,17 @@
+uuid: 3470db7c-fe93-49cc-822c-9bd7ffbe1e8d
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: cCiWdBHgLwj5omG35lsKc4LkW4MBdmcctkVop4ol5x0
+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
diff --git a/config/default/sync/linkit.linkit_profile.default.yml b/config/default/sync/linkit.linkit_profile.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..e910a8660ba2f55b92972666830b092b7451d4e7
--- /dev/null
+++ b/config/default/sync/linkit.linkit_profile.default.yml
@@ -0,0 +1,22 @@
+uuid: 79f3200a-7de7-4b6e-9dbd-ba223a6d24c4
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: Tt8DtxZ3Nooo0PoWPpJvszA3R_5d8MmpUW7LM_R-BzY
+id: default
+label: Default
+description: 'A default Linkit profile'
+matchers:
+  556010a3-e317-48b3-b4ed-854c10f4b950:
+    uuid: 556010a3-e317-48b3-b4ed-854c10f4b950
+    id: 'entity:node'
+    weight: 0
+    settings:
+      metadata: 'by [node:author] | [node:created:medium]'
+      bundles: {  }
+      group_by_bundle: false
+      include_unpublished: false
+      substitution_type: canonical
diff --git a/config/default/sync/menu_ui.settings.yml b/config/default/sync/menu_ui.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c9fe099e7cd376c89903e4bb13414e8d13b6ff6e
--- /dev/null
+++ b/config/default/sync/menu_ui.settings.yml
@@ -0,0 +1,3 @@
+override_parent_selector: false
+_core:
+  default_config_hash: SqMarzIjxC3F8dZo9FEOxfqDKD_sdW1tbcFTV1BA2zU
diff --git a/config/default/sync/metatag.metatag_defaults.403.yml b/config/default/sync/metatag.metatag_defaults.403.yml
new file mode 100644
index 0000000000000000000000000000000000000000..92ba4557ab12b0148692152b1e888714fe6600af
--- /dev/null
+++ b/config/default/sync/metatag.metatag_defaults.403.yml
@@ -0,0 +1,11 @@
+uuid: 2ba4388c-ead7-4c19-a2b0-20778bdd681f
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: pscSGylkY0o3turPVv8wDx4YsZiHxluIboyzlDMghF8
+id: '403'
+label: '403 access denied'
+tags:
+  canonical_url: '[site:url]'
+  shortlink: '[site:url]'
diff --git a/config/default/sync/metatag.metatag_defaults.404.yml b/config/default/sync/metatag.metatag_defaults.404.yml
new file mode 100644
index 0000000000000000000000000000000000000000..bdc4bfe0b2629f5bd0966f0e60f61d8f4dc2dee8
--- /dev/null
+++ b/config/default/sync/metatag.metatag_defaults.404.yml
@@ -0,0 +1,11 @@
+uuid: fb0bc530-6640-49d6-8a2f-1b2a704322de
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: 2kicQdvATyyopu46qRVU05GXfiAM__sHPaEUa26xegM
+id: '404'
+label: '404 page not found'
+tags:
+  canonical_url: '[site:url]'
+  shortlink: '[site:url]'
diff --git a/config/default/sync/metatag.metatag_defaults.front.yml b/config/default/sync/metatag.metatag_defaults.front.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b05f3e85c44049ed63734fcd4257aba31466a2a1
--- /dev/null
+++ b/config/default/sync/metatag.metatag_defaults.front.yml
@@ -0,0 +1,11 @@
+uuid: f7737743-95c5-4af0-81f3-cb57430bd7d8
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: yBqw6UD3j0MM1yoDSVDif7nw4SNdoS2e385nw--3ysk
+id: front
+label: 'Front page'
+tags:
+  canonical_url: '[site:url]'
+  shortlink: '[site:url]'
diff --git a/config/default/sync/metatag.metatag_defaults.global.yml b/config/default/sync/metatag.metatag_defaults.global.yml
new file mode 100644
index 0000000000000000000000000000000000000000..98632466ac532f3bdb82ca84cd12077760e7f526
--- /dev/null
+++ b/config/default/sync/metatag.metatag_defaults.global.yml
@@ -0,0 +1,10 @@
+uuid: 864537c0-589a-4aab-a3be-b37985cd5a55
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: 5rOnjIF_aDyGBmfXNhJnkPXxQMlem0CmVmggV-TF3Fg
+id: global
+label: Global
+tags:
+  title: '[current-page:title] | [site:name]'
diff --git a/config/default/sync/metatag.metatag_defaults.node.yml b/config/default/sync/metatag.metatag_defaults.node.yml
new file mode 100644
index 0000000000000000000000000000000000000000..dd8e7a1f74754f4c30dabb6297861aa8c639deb6
--- /dev/null
+++ b/config/default/sync/metatag.metatag_defaults.node.yml
@@ -0,0 +1,11 @@
+uuid: fdaac6c4-39d9-4d8a-b53f-d939a4856f6a
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: ydpmSCtxLjO9xqkBxObkeYx0Bf2dkW-d8bB_6Q1Ggjs
+id: node
+label: Content
+tags:
+  title: '[node:title] | [site:name]'
+  description: '[node:summary]'
diff --git a/config/default/sync/metatag.metatag_defaults.taxonomy_term.yml b/config/default/sync/metatag.metatag_defaults.taxonomy_term.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ab86ebef9ee0b0fcdcb5108611f5aa1265f48622
--- /dev/null
+++ b/config/default/sync/metatag.metatag_defaults.taxonomy_term.yml
@@ -0,0 +1,11 @@
+uuid: c51cd4d0-7b4c-4060-a1d3-caa465674163
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: ShncZd3oX-UZDBGDUrgbRiZ2BmIJYSLHvIIPjq6tRAQ
+id: taxonomy_term
+label: 'Taxonomy term'
+tags:
+  title: '[term:name] | [site:name]'
+  description: '[term:description]'
diff --git a/config/default/sync/metatag.metatag_defaults.user.yml b/config/default/sync/metatag.metatag_defaults.user.yml
new file mode 100644
index 0000000000000000000000000000000000000000..758ac986482e290aa60aeb2b4b8556189bd0b31b
--- /dev/null
+++ b/config/default/sync/metatag.metatag_defaults.user.yml
@@ -0,0 +1,11 @@
+uuid: e70cf4b8-8aeb-447d-85ea-c03807358edb
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: O0NfJbzQmkMg1brwA-gUw8v59V0Ana1YKTeRfb-okGI
+id: user
+label: User
+tags:
+  title: '[user:name] | [site:name]'
+  description: '[site:name]'
diff --git a/config/default/sync/mollom.settings.yml b/config/default/sync/mollom.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..28ff6240a3133cbff4323b7ff50f1f989bf2ebdd
--- /dev/null
+++ b/config/default/sync/mollom.settings.yml
@@ -0,0 +1,22 @@
+keys:
+  public: ''
+  private: ''
+fallback: 1
+languages_expected: {  }
+test_mode:
+  enabled: false
+  api_endpoint: dev.mollom.com
+  keys:
+    public: ''
+    private: ''
+  invalid:
+    api_endpoint: fake-host
+privacy_link: true
+log_level: 4
+connection_timeout_seconds: 3
+api_endpoint: rest.mollom.com
+captcha:
+  audio:
+    enabled: true
+_core:
+  default_config_hash: 8uHhdqIc3ARJWLcZ_gKimtOymT0SRxGryuDcC6S5Vx4
diff --git a/config/default/sync/node.settings.yml b/config/default/sync/node.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b65cead43d7021443bba4fd8542597a6d0b67d01
--- /dev/null
+++ b/config/default/sync/node.settings.yml
@@ -0,0 +1,3 @@
+use_admin_theme: false
+_core:
+  default_config_hash: 2OMXCScXUOLSYID9-phjO4q36nnnaMWNUlDxEqZzG1U
diff --git a/config/default/sync/node.type.article.yml b/config/default/sync/node.type.article.yml
new file mode 100644
index 0000000000000000000000000000000000000000..11b639ca7823967526da2bee065f83500907ee55
--- /dev/null
+++ b/config/default/sync/node.type.article.yml
@@ -0,0 +1,13 @@
+uuid: 8b3d0fed-4bec-45a3-9568-0df7d1fbd074
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: AeW1SEDgb1OTQACAWGhzvMknMYAJlcZu0jljfeU3oso
+name: Article
+type: article
+description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
+help: ''
+new_revision: true
+preview_mode: 1
+display_submitted: true
diff --git a/config/default/sync/node.type.page.yml b/config/default/sync/node.type.page.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c3be6c6607e9b30a9da6b3f0775df3e0ffef560c
--- /dev/null
+++ b/config/default/sync/node.type.page.yml
@@ -0,0 +1,13 @@
+uuid: e1e55c96-01d1-4afe-b011-a9251b67bb2d
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: KuyA4NHPXcmKAjRtwa0vQc2ZcyrUJy6IlS2TAyMNRbc
+name: 'Basic page'
+type: page
+description: 'Use <em>basic pages</em> for your static content, such as an ''About us'' page.'
+help: ''
+new_revision: true
+preview_mode: 1
+display_submitted: false
diff --git a/config/default/sync/pathauto.pattern.nodes.yml b/config/default/sync/pathauto.pattern.nodes.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ba31dd090febaf853b766cf74716cf5812e7985a
--- /dev/null
+++ b/config/default/sync/pathauto.pattern.nodes.yml
@@ -0,0 +1,14 @@
+uuid: e4dee630-e848-4934-83e7-785689a50862
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+id: nodes
+label: Nodes
+type: 'canonical_entities:node'
+pattern: '[node:title]'
+selection_criteria: {  }
+selection_logic: and
+weight: 0
+relationships: {  }
diff --git a/config/default/sync/pathauto.pattern.terms.yml b/config/default/sync/pathauto.pattern.terms.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2b37586827dd3f9ddf3266bc8174d5f95415f804
--- /dev/null
+++ b/config/default/sync/pathauto.pattern.terms.yml
@@ -0,0 +1,14 @@
+uuid: 9754baa2-9a9e-45ac-acd2-3776b25e722c
+langcode: en
+status: true
+dependencies:
+  module:
+    - taxonomy
+id: terms
+label: Terms
+type: 'canonical_entities:taxonomy_term'
+pattern: '[term:vocabulary:name]/[term:name]'
+selection_criteria: {  }
+selection_logic: and
+weight: 0
+relationships: {  }
diff --git a/config/default/sync/pathauto.pattern.users.yml b/config/default/sync/pathauto.pattern.users.yml
new file mode 100644
index 0000000000000000000000000000000000000000..015f93d7043ecbc14cfa69aab44ff1a85e5b08f8
--- /dev/null
+++ b/config/default/sync/pathauto.pattern.users.yml
@@ -0,0 +1,14 @@
+uuid: d66cfb52-beef-4703-83cf-7849379fe907
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+id: users
+label: Users
+type: 'canonical_entities:user'
+pattern: 'users/[user:display-name]'
+selection_criteria: {  }
+selection_logic: and
+weight: 0
+relationships: {  }
diff --git a/config/default/sync/pathauto.settings.yml b/config/default/sync/pathauto.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..e8e69f914f58488d6c8bb22c38ce188bf043a3c2
--- /dev/null
+++ b/config/default/sync/pathauto.settings.yml
@@ -0,0 +1,46 @@
+enabled_entity_types:
+  - user
+punctuation:
+  double_quotes: 0
+  quotes: 0
+  backtick: 0
+  comma: 0
+  period: 0
+  hyphen: 1
+  underscore: 0
+  colon: 0
+  semicolon: 0
+  pipe: 0
+  left_curly: 0
+  left_square: 0
+  right_curly: 0
+  right_square: 0
+  plus: 0
+  equal: 0
+  asterisk: 0
+  ampersand: 0
+  percent: 0
+  caret: 0
+  dollar: 0
+  hash: 0
+  at: 0
+  exclamation: 0
+  tilde: 0
+  left_parenthesis: 0
+  right_parenthesis: 0
+  question_mark: 0
+  less_than: 0
+  greater_than: 0
+  slash: 0
+  back_slash: 0
+verbose: false
+separator: '-'
+max_length: 100
+max_component_length: 100
+transliterate: true
+reduce_ascii: false
+case: true
+ignore_words: 'a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with'
+update_action: 2
+_core:
+  default_config_hash: GcMSgi6uAfG5R_FGEsWUVCvRPkNIzPUH2bNVcx6H0JA
diff --git a/config/default/sync/rdf.mapping.comment.comment.yml b/config/default/sync/rdf.mapping.comment.comment.yml
new file mode 100644
index 0000000000000000000000000000000000000000..223989299cbd9dddf82c3079793bdf624d980b9f
--- /dev/null
+++ b/config/default/sync/rdf.mapping.comment.comment.yml
@@ -0,0 +1,36 @@
+uuid: fe9447d0-b91b-4d4b-990c-c11fc1b2c2e5
+langcode: en
+status: true
+dependencies:
+  config:
+    - comment.type.comment
+  module:
+    - comment
+_core:
+  default_config_hash: uETe6XupRGKDForx2MpY0pMOEu6CzGgdCAZZOKkbgmk
+id: comment.comment
+targetEntityType: comment
+bundle: comment
+types:
+  - 'schema:Comment'
+fieldMappings:
+  subject:
+    properties:
+      - 'schema:name'
+  created:
+    properties:
+      - 'schema:dateCreated'
+    datatype_callback:
+      callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
+  changed:
+    properties:
+      - 'schema:dateModified'
+    datatype_callback:
+      callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
+  comment_body:
+    properties:
+      - 'schema:text'
+  uid:
+    properties:
+      - 'schema:author'
+    mapping_type: rel
diff --git a/config/default/sync/rdf.mapping.node.article.yml b/config/default/sync/rdf.mapping.node.article.yml
new file mode 100644
index 0000000000000000000000000000000000000000..06ebf5dfa4338c62bca03c91eb50028272842a37
--- /dev/null
+++ b/config/default/sync/rdf.mapping.node.article.yml
@@ -0,0 +1,52 @@
+uuid: 12e84d9e-0031-4153-9e31-91b55275b156
+langcode: en
+status: true
+dependencies:
+  config:
+    - node.type.article
+  module:
+    - node
+_core:
+  default_config_hash: IdobJe379eDudt7-bXFfJjF7pDqFl-kYxVFtpWrgkro
+id: node.article
+targetEntityType: node
+bundle: article
+types:
+  - 'schema:Article'
+fieldMappings:
+  title:
+    properties:
+      - 'schema:name'
+  created:
+    properties:
+      - 'schema:dateCreated'
+    datatype_callback:
+      callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
+  changed:
+    properties:
+      - 'schema:dateModified'
+    datatype_callback:
+      callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
+  body:
+    properties:
+      - 'schema:text'
+  uid:
+    properties:
+      - 'schema:author'
+  comment:
+    properties:
+      - 'schema:comment'
+    mapping_type: rel
+  comment_count:
+    properties:
+      - 'schema:interactionCount'
+    datatype_callback:
+      callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
+      arguments:
+        interaction_type: UserComments
+  field_image:
+    properties:
+      - 'schema:image'
+  field_tags:
+    properties:
+      - 'schema:about'
diff --git a/config/default/sync/rdf.mapping.node.page.yml b/config/default/sync/rdf.mapping.node.page.yml
new file mode 100644
index 0000000000000000000000000000000000000000..94f7281633e31869df5ce6518133749000fadc33
--- /dev/null
+++ b/config/default/sync/rdf.mapping.node.page.yml
@@ -0,0 +1,43 @@
+uuid: b2d7ffa9-4eec-4d6a-bca4-ca0f6ebeafc8
+langcode: en
+status: true
+dependencies:
+  config:
+    - node.type.page
+  module:
+    - node
+_core:
+  default_config_hash: 32LxRnl4Wesvzqyfp7HnD0-U9-wxrLBn76pqY5XGNAE
+id: node.page
+targetEntityType: node
+bundle: page
+types:
+  - 'schema:WebPage'
+fieldMappings:
+  title:
+    properties:
+      - 'schema:name'
+  created:
+    properties:
+      - 'schema:dateCreated'
+    datatype_callback:
+      callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
+  changed:
+    properties:
+      - 'schema:dateModified'
+    datatype_callback:
+      callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
+  body:
+    properties:
+      - 'schema:text'
+  uid:
+    properties:
+      - 'schema:author'
+    mapping_type: rel
+  comment_count:
+    properties:
+      - 'schema:interactionCount'
+    datatype_callback:
+      callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
+      arguments:
+        interaction_type: UserComments
diff --git a/config/default/sync/rdf.mapping.taxonomy_term.tags.yml b/config/default/sync/rdf.mapping.taxonomy_term.tags.yml
new file mode 100644
index 0000000000000000000000000000000000000000..9e8c12b9c1e9a6f5fccf0eb9d6d6033fbc90b578
--- /dev/null
+++ b/config/default/sync/rdf.mapping.taxonomy_term.tags.yml
@@ -0,0 +1,22 @@
+uuid: 80b62b0d-17e8-423b-9bea-65e2b5ad7d73
+langcode: en
+status: true
+dependencies:
+  config:
+    - taxonomy.vocabulary.tags
+  module:
+    - taxonomy
+_core:
+  default_config_hash: o5duwyS1CTHx3tYOZhuu91kspe8VQjQsnwZjAJv9njk
+id: taxonomy_term.tags
+targetEntityType: taxonomy_term
+bundle: tags
+types:
+  - 'schema:Thing'
+fieldMappings:
+  name:
+    properties:
+      - 'schema:name'
+  description:
+    properties:
+      - 'schema:description'
diff --git a/config/default/sync/rdf.mapping.user.user.yml b/config/default/sync/rdf.mapping.user.user.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b1eb427dec78c97af30d985f7cb330d305971e7b
--- /dev/null
+++ b/config/default/sync/rdf.mapping.user.user.yml
@@ -0,0 +1,17 @@
+uuid: c5edb418-c017-48a1-8b5f-fd2ac21b0081
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: TGTlmpYAtXxjtYMFA_A0vosE2c4R5MCQwLviIA5HUM0
+id: user.user
+targetEntityType: user
+bundle: user
+types:
+  - 'schema:Person'
+fieldMappings:
+  name:
+    properties:
+      - 'schema:name'
diff --git a/config/default/sync/search.page.node_search.yml b/config/default/sync/search.page.node_search.yml
new file mode 100644
index 0000000000000000000000000000000000000000..78fbbf32629ef06a4886a1f996c7a099a526461c
--- /dev/null
+++ b/config/default/sync/search.page.node_search.yml
@@ -0,0 +1,15 @@
+uuid: 8753c47d-13de-4bc0-a333-8ec6af3bb0d5
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: 97tvtzGOa8_flb22CzSjgtm_YkiGMHvEBO-6q2K9V_U
+id: node_search
+label: Content
+path: node
+weight: -10
+plugin: node_search
+configuration:
+  rankings: {  }
diff --git a/config/default/sync/search.page.user_search.yml b/config/default/sync/search.page.user_search.yml
new file mode 100644
index 0000000000000000000000000000000000000000..cbb6b6b697594444179e00a4f67a5e097f7136f0
--- /dev/null
+++ b/config/default/sync/search.page.user_search.yml
@@ -0,0 +1,14 @@
+uuid: 86d8c10e-f0fd-4025-a49d-910c845b6fad
+langcode: en
+status: false
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: k3aUaZXGDuhkek2TZIee0PApOPTvYZLadziekdyHA5A
+id: user_search
+label: Users
+path: user
+weight: 0
+plugin: user_search
+configuration: {  }
diff --git a/config/default/sync/search.settings.yml b/config/default/sync/search.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..52301dd9206b0925276c6cc3963e368dc6180f95
--- /dev/null
+++ b/config/default/sync/search.settings.yml
@@ -0,0 +1,22 @@
+and_or_limit: 7
+default_page: node_search
+index:
+  cron_limit: 100
+  overlap_cjk: true
+  minimum_word_size: 3
+  tag_weights:
+    h1: 25
+    h2: 18
+    h3: 15
+    h4: 14
+    h5: 9
+    h6: 6
+    u: 3
+    b: 3
+    i: 3
+    strong: 3
+    em: 3
+    a: 10
+logging: false
+_core:
+  default_config_hash: hvVxL1G-ZCxaq32IZws0YsfuhvaDiQE_np-0g35KjUk
diff --git a/config/default/sync/seven.settings.yml b/config/default/sync/seven.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6bba58bc7983bf66a3a0fcd247ecdc6fded269c4
--- /dev/null
+++ b/config/default/sync/seven.settings.yml
@@ -0,0 +1,3 @@
+third_party_settings:
+  shortcut:
+    module_link: true
diff --git a/config/default/sync/shortcut.set.default.yml b/config/default/sync/shortcut.set.default.yml
new file mode 100644
index 0000000000000000000000000000000000000000..1d58735a4ca3467b3804c18d84762b92a1b2ca4b
--- /dev/null
+++ b/config/default/sync/shortcut.set.default.yml
@@ -0,0 +1,8 @@
+uuid: 65985688-ce18-46d8-94b7-b81af3580f46
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: U5VlGjd_SfV0Qm_EfnaynOfc549cNscFAx48JfYoMRI
+id: default
+label: Default
diff --git a/config/default/sync/subpathauto.settings.yml b/config/default/sync/subpathauto.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..11205fed1efa245ec5caad81428c7f3a9f3fc17d
--- /dev/null
+++ b/config/default/sync/subpathauto.settings.yml
@@ -0,0 +1,3 @@
+depth: 1
+_core:
+  default_config_hash: VSBsC1hsGPM2gNULMlhwxRDW_cJD6BVggQ8f9d9fZUk
diff --git a/config/default/sync/syslog.settings.yml b/config/default/sync/syslog.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..e4b50e21ca1dcfa5c303150354c28100b54fa49c
--- /dev/null
+++ b/config/default/sync/syslog.settings.yml
@@ -0,0 +1,5 @@
+identity: drupal
+facility: '128'
+format: '!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message'
+_core:
+  default_config_hash: WTmxqj231v_x1-nwNRyjyI-HzCW8ZAXSadw4W1HtKi4
diff --git a/config/default/sync/system.action.comment_publish_action.yml b/config/default/sync/system.action.comment_publish_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ed97443d80322d7839cfa71433afa4dce4f06317
--- /dev/null
+++ b/config/default/sync/system.action.comment_publish_action.yml
@@ -0,0 +1,13 @@
+uuid: 5787dd0a-664c-4eec-a579-ba3ae2bde3cc
+langcode: en
+status: true
+dependencies:
+  module:
+    - comment
+_core:
+  default_config_hash: f6w_Pd30AyyDIoMkD4QpPMM2-I8FTEHICchFVOpjiCI
+id: comment_publish_action
+label: 'Publish comment'
+type: comment
+plugin: comment_publish_action
+configuration: {  }
diff --git a/config/default/sync/system.action.comment_save_action.yml b/config/default/sync/system.action.comment_save_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0fe36084c6bf23ffbf756c1e6a20400a853f5779
--- /dev/null
+++ b/config/default/sync/system.action.comment_save_action.yml
@@ -0,0 +1,13 @@
+uuid: 8b6c8f16-4916-4612-b06f-90155fb10598
+langcode: en
+status: true
+dependencies:
+  module:
+    - comment
+_core:
+  default_config_hash: TSkg_gUZvk-39yXFrIFnKjsxuEzO0qBH82TdDxOMMr4
+id: comment_save_action
+label: 'Save comment'
+type: comment
+plugin: comment_save_action
+configuration: {  }
diff --git a/config/default/sync/system.action.comment_unpublish_action.yml b/config/default/sync/system.action.comment_unpublish_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..44350995e06eca3ef8180f31ab5e98f088480f0a
--- /dev/null
+++ b/config/default/sync/system.action.comment_unpublish_action.yml
@@ -0,0 +1,13 @@
+uuid: 2e93d2ce-1482-4958-bf63-455f7abc2bcb
+langcode: en
+status: true
+dependencies:
+  module:
+    - comment
+_core:
+  default_config_hash: MLin6S_PsJ7Oo480DxS46D46IM8tqFkkWOLyH7TGByI
+id: comment_unpublish_action
+label: 'Unpublish comment'
+type: comment
+plugin: comment_unpublish_action
+configuration: {  }
diff --git a/config/default/sync/system.action.mollom_comment_unpublish_action.yml b/config/default/sync/system.action.mollom_comment_unpublish_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..56217d91e6fa677a2c6f2316a2d480f2cac4a71a
--- /dev/null
+++ b/config/default/sync/system.action.mollom_comment_unpublish_action.yml
@@ -0,0 +1,13 @@
+uuid: 7111fe02-fff6-4cdf-9874-ca822f1a7f41
+langcode: en
+status: true
+dependencies:
+  module:
+    - mollom
+_core:
+  default_config_hash: j6Ue7cqKs-sJx6vtFshGtwfixoAwoWjy0p5LjdzYd-s
+id: mollom_comment_unpublish_action
+label: 'Report to Mollom and unpublish'
+type: comment
+plugin: mollom_comment_unpublish_action
+configuration: {  }
diff --git a/config/default/sync/system.action.mollom_node_unpublish_action.yml b/config/default/sync/system.action.mollom_node_unpublish_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..4f723670d1abac945c2c9b6db29c2b8fc25df47d
--- /dev/null
+++ b/config/default/sync/system.action.mollom_node_unpublish_action.yml
@@ -0,0 +1,13 @@
+uuid: d5314767-deb6-4b4a-85dd-d295c4a800c8
+langcode: en
+status: true
+dependencies:
+  module:
+    - mollom
+_core:
+  default_config_hash: HX1_9T0mpGfkV9UbmnA3z7YJ3iO1WEHYD2u4pxiTnvg
+id: mollom_node_unpublish_action
+label: 'Report to Mollom and unpublish'
+type: node
+plugin: mollom_node_unpublish_action
+configuration: {  }
diff --git a/config/default/sync/system.action.node_delete_action.yml b/config/default/sync/system.action.node_delete_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..fea385cb203ea0d58baffb22cd4c820a5a3ed3a4
--- /dev/null
+++ b/config/default/sync/system.action.node_delete_action.yml
@@ -0,0 +1,13 @@
+uuid: 922afb71-4d74-4e8d-adea-1267b4c0b2d4
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: Zx0jD1Klh5tZaGJy8uOeR_2MCu9FDM4xg7TaUJUEbkI
+id: node_delete_action
+label: 'Delete content'
+type: node
+plugin: node_delete_action
+configuration: {  }
diff --git a/config/default/sync/system.action.node_make_sticky_action.yml b/config/default/sync/system.action.node_make_sticky_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..445550c28b3616c85d4b0494a52c3755cc152b95
--- /dev/null
+++ b/config/default/sync/system.action.node_make_sticky_action.yml
@@ -0,0 +1,13 @@
+uuid: 50d7cecf-a3f7-4db8-99ca-cde60acbef7f
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: sOb26JSy3fGpWkvR0WYN6_hMqj_6d1rvbvrkzp1yya0
+id: node_make_sticky_action
+label: 'Make content sticky'
+type: node
+plugin: node_make_sticky_action
+configuration: {  }
diff --git a/config/default/sync/system.action.node_make_unsticky_action.yml b/config/default/sync/system.action.node_make_unsticky_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6244aa4928ab83024076915756296ceb9891b362
--- /dev/null
+++ b/config/default/sync/system.action.node_make_unsticky_action.yml
@@ -0,0 +1,13 @@
+uuid: 13208011-7a99-4fe8-a1d2-e2890f1fdf31
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: lDM9mvIGAu8Sw8rt-uCO4Sr7yX5VPrDPxYcawkbKd6k
+id: node_make_unsticky_action
+label: 'Make content unsticky'
+type: node
+plugin: node_make_unsticky_action
+configuration: {  }
diff --git a/config/default/sync/system.action.node_promote_action.yml b/config/default/sync/system.action.node_promote_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..fcc0c08edb781f37efb7b145f25c75d8841fbbf6
--- /dev/null
+++ b/config/default/sync/system.action.node_promote_action.yml
@@ -0,0 +1,13 @@
+uuid: 958b249b-35e8-498f-b6e6-a738a4517ef7
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: N0RDBTqiK4dKoN4p4oW2j0SGWycdHyALUe9M-Ofp89U
+id: node_promote_action
+label: 'Promote content to front page'
+type: node
+plugin: node_promote_action
+configuration: {  }
diff --git a/config/default/sync/system.action.node_publish_action.yml b/config/default/sync/system.action.node_publish_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..dddb44a8503e5ebac4fbe0451a1ba4ce9f88f93d
--- /dev/null
+++ b/config/default/sync/system.action.node_publish_action.yml
@@ -0,0 +1,13 @@
+uuid: 55edafa0-f1ce-4e09-b6a2-d61d37b0365c
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: lsQkbo4njZ-Q_oGKCPGXGWFjWF1I7QpgA6m-t9rcRoA
+id: node_publish_action
+label: 'Publish content'
+type: node
+plugin: node_publish_action
+configuration: {  }
diff --git a/config/default/sync/system.action.node_save_action.yml b/config/default/sync/system.action.node_save_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0c565271db6bc47e1904e9c0fd38398e44646e2e
--- /dev/null
+++ b/config/default/sync/system.action.node_save_action.yml
@@ -0,0 +1,13 @@
+uuid: f8925e3b-a6f1-45a8-8ac9-866f677e7c6b
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: U9HspszLxcw6pZmRacFa6yDbbheyMN-We4fPbrWWHGg
+id: node_save_action
+label: 'Save content'
+type: node
+plugin: node_save_action
+configuration: {  }
diff --git a/config/default/sync/system.action.node_unpromote_action.yml b/config/default/sync/system.action.node_unpromote_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..f0aab9a6322b5c4a565f43f9efadbb81c6ecc1cb
--- /dev/null
+++ b/config/default/sync/system.action.node_unpromote_action.yml
@@ -0,0 +1,13 @@
+uuid: 095afc50-b3b7-4afc-9fe9-a2df0b783ec0
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: JBptjnfuOMtsdKygklXxoOgeOCTMtQxlkymjnnj-cC0
+id: node_unpromote_action
+label: 'Remove content from front page'
+type: node
+plugin: node_unpromote_action
+configuration: {  }
diff --git a/config/default/sync/system.action.node_unpublish_action.yml b/config/default/sync/system.action.node_unpublish_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2a2137e677f9223477f6639eb7f1ae9eeaf38fcf
--- /dev/null
+++ b/config/default/sync/system.action.node_unpublish_action.yml
@@ -0,0 +1,13 @@
+uuid: 7a5cc1ec-92c0-40e0-b638-e1e65c4f2b9f
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+_core:
+  default_config_hash: gGQXiSspwGl0lyOS6w_HCPpvGAPDciqDNLFwWOydVtI
+id: node_unpublish_action
+label: 'Unpublish content'
+type: node
+plugin: node_unpublish_action
+configuration: {  }
diff --git a/config/default/sync/system.action.pathauto_update_alias_node.yml b/config/default/sync/system.action.pathauto_update_alias_node.yml
new file mode 100644
index 0000000000000000000000000000000000000000..073b7efde6be528fdf84d2d69c61c8d217e5bb0d
--- /dev/null
+++ b/config/default/sync/system.action.pathauto_update_alias_node.yml
@@ -0,0 +1,13 @@
+uuid: 312b84bd-47fb-4de5-a65c-ed95023d3f81
+langcode: en
+status: true
+dependencies:
+  module:
+    - pathauto
+_core:
+  default_config_hash: '-SdRoSbsl_FULjbX8mgESZdeoEOjgi7rDhHNdLOJ8n8'
+id: pathauto_update_alias_node
+label: 'Update URL alias'
+type: node
+plugin: pathauto_update_alias
+configuration: {  }
diff --git a/config/default/sync/system.action.pathauto_update_alias_user.yml b/config/default/sync/system.action.pathauto_update_alias_user.yml
new file mode 100644
index 0000000000000000000000000000000000000000..067caa019efe978b91a956ab60b879ee3424de8c
--- /dev/null
+++ b/config/default/sync/system.action.pathauto_update_alias_user.yml
@@ -0,0 +1,13 @@
+uuid: 57b447d5-8434-4741-91aa-5de523a2d355
+langcode: en
+status: true
+dependencies:
+  module:
+    - pathauto
+_core:
+  default_config_hash: fWszFHPeJ_dhZ8kJEEWo4w-FQH_etR4AxTQkQCW9OLk
+id: pathauto_update_alias_user
+label: 'Update URL alias'
+type: user
+plugin: pathauto_update_alias
+configuration: {  }
diff --git a/config/default/sync/system.action.user_add_role_action.administrator.yml b/config/default/sync/system.action.user_add_role_action.administrator.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c9a145f2763d66018ae687675142996a9c7c19bb
--- /dev/null
+++ b/config/default/sync/system.action.user_add_role_action.administrator.yml
@@ -0,0 +1,14 @@
+uuid: bbf26b6c-58f2-4082-ac18-57cbe2139fcc
+langcode: en
+status: true
+dependencies:
+  config:
+    - user.role.administrator
+  module:
+    - user
+id: user_add_role_action.administrator
+label: 'Add the Administrator role to the selected users'
+type: user
+plugin: user_add_role_action
+configuration:
+  rid: administrator
diff --git a/config/default/sync/system.action.user_block_user_action.yml b/config/default/sync/system.action.user_block_user_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..caf1227d8af7205860b7159c9b75c650ea64db2c
--- /dev/null
+++ b/config/default/sync/system.action.user_block_user_action.yml
@@ -0,0 +1,13 @@
+uuid: cdae8ce7-bf8f-49fd-86bf-8c432759a2ae
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: DyypzTfThX10FFQw-399qPfEbLLyrhXgQrKPVsmAoJ4
+id: user_block_user_action
+label: 'Block the selected user(s)'
+type: user
+plugin: user_block_user_action
+configuration: {  }
diff --git a/config/default/sync/system.action.user_cancel_user_action.yml b/config/default/sync/system.action.user_cancel_user_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..5e73c9239ff2930270fa5c82709f76f0b0f217a3
--- /dev/null
+++ b/config/default/sync/system.action.user_cancel_user_action.yml
@@ -0,0 +1,13 @@
+uuid: 022bcdfb-17c6-4d9b-a4e3-57c900d2c23d
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: nvrL9bFilzBvm2bjO9rQnFDpBA7dBBUjShSSt6NS-DU
+id: user_cancel_user_action
+label: 'Cancel the selected user account(s)'
+type: user
+plugin: user_cancel_user_action
+configuration: {  }
diff --git a/config/default/sync/system.action.user_remove_role_action.administrator.yml b/config/default/sync/system.action.user_remove_role_action.administrator.yml
new file mode 100644
index 0000000000000000000000000000000000000000..89ae3ed9211fdaa05ac68cc7c3cee2aa316f461d
--- /dev/null
+++ b/config/default/sync/system.action.user_remove_role_action.administrator.yml
@@ -0,0 +1,14 @@
+uuid: 9a0fbbe0-aaef-434b-b188-278f292f2096
+langcode: en
+status: true
+dependencies:
+  config:
+    - user.role.administrator
+  module:
+    - user
+id: user_remove_role_action.administrator
+label: 'Remove the Administrator role from the selected users'
+type: user
+plugin: user_remove_role_action
+configuration:
+  rid: administrator
diff --git a/config/default/sync/system.action.user_unblock_user_action.yml b/config/default/sync/system.action.user_unblock_user_action.yml
new file mode 100644
index 0000000000000000000000000000000000000000..f5fa8e21becef135d7a67fb25bd1681114425f9e
--- /dev/null
+++ b/config/default/sync/system.action.user_unblock_user_action.yml
@@ -0,0 +1,13 @@
+uuid: 25377241-7a82-4386-9200-73b752c7428c
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: SPsUXsR3Rc8d1y3gewzaAKWa1ncea_ywXX3f7LTn7k0
+id: user_unblock_user_action
+label: 'Unblock the selected user(s)'
+type: user
+plugin: user_unblock_user_action
+configuration: {  }
diff --git a/config/default/sync/system.authorize.yml b/config/default/sync/system.authorize.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c469caee17de6a92ef1d8dcceccb1aebf392d4e7
--- /dev/null
+++ b/config/default/sync/system.authorize.yml
@@ -0,0 +1,3 @@
+filetransfer_default: null
+_core:
+  default_config_hash: z63ds8M4zPrylEgFRkRcOlfcsXWwfITzjD4cj1kRdfg
diff --git a/config/default/sync/system.cron.yml b/config/default/sync/system.cron.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6801fb59191c3727508ad0f68786da7cf8f03e39
--- /dev/null
+++ b/config/default/sync/system.cron.yml
@@ -0,0 +1,6 @@
+threshold:
+  requirements_warning: 172800
+  requirements_error: 1209600
+logging: 1
+_core:
+  default_config_hash: 5Pw921y1EPfFN98wykliBBLArm51pC-SmrXeYCe7d0Y
diff --git a/config/default/sync/system.date.yml b/config/default/sync/system.date.yml
new file mode 100644
index 0000000000000000000000000000000000000000..61f2a5d55b6289d8fd0467404172d777f9bd647b
--- /dev/null
+++ b/config/default/sync/system.date.yml
@@ -0,0 +1,11 @@
+country:
+  default: ''
+first_day: 1
+timezone:
+  default: UTC
+  user:
+    configurable: true
+    warn: false
+    default: 0
+_core:
+  default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo
diff --git a/config/default/sync/system.diff.yml b/config/default/sync/system.diff.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c43dd916d967921f2c725a52b8db1c5d349354a1
--- /dev/null
+++ b/config/default/sync/system.diff.yml
@@ -0,0 +1,5 @@
+context:
+  lines_leading: 2
+  lines_trailing: 2
+_core:
+  default_config_hash: 1WanmaEhxW_vM8_5Ktsdntj8MaO9UBHXg0lN603PsWM
diff --git a/config/default/sync/system.file.yml b/config/default/sync/system.file.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c785d5146b11acd84c796c6f05acdc89b6cf024e
--- /dev/null
+++ b/config/default/sync/system.file.yml
@@ -0,0 +1,7 @@
+allow_insecure_uploads: false
+default_scheme: public
+path:
+  temporary: /tmp
+temporary_maximum_age: 0
+_core:
+  default_config_hash: t48gCU9DzYfjb3bAOIqHLzhL0ChBlXh6_5B5Pyo9t8g
diff --git a/config/default/sync/system.image.gd.yml b/config/default/sync/system.image.gd.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b676907e4c983e9523b3587804092c2515cfe0f2
--- /dev/null
+++ b/config/default/sync/system.image.gd.yml
@@ -0,0 +1,3 @@
+jpeg_quality: 75
+_core:
+  default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ
diff --git a/config/default/sync/system.image.yml b/config/default/sync/system.image.yml
new file mode 100644
index 0000000000000000000000000000000000000000..990d3dc7915eb6d3ef444a55bd1db8d5492bb565
--- /dev/null
+++ b/config/default/sync/system.image.yml
@@ -0,0 +1,3 @@
+toolkit: gd
+_core:
+  default_config_hash: durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24
diff --git a/config/default/sync/system.logging.yml b/config/default/sync/system.logging.yml
new file mode 100644
index 0000000000000000000000000000000000000000..e95b28a484e50875549bd9465c3433192ae21e73
--- /dev/null
+++ b/config/default/sync/system.logging.yml
@@ -0,0 +1,3 @@
+error_level: hide
+_core:
+  default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA
diff --git a/config/default/sync/system.mail.yml b/config/default/sync/system.mail.yml
new file mode 100644
index 0000000000000000000000000000000000000000..60ed34d5aa11274cdac53719a9726ebcc8e2b7eb
--- /dev/null
+++ b/config/default/sync/system.mail.yml
@@ -0,0 +1,4 @@
+interface:
+  default: php_mail
+_core:
+  default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE
diff --git a/config/default/sync/system.maintenance.yml b/config/default/sync/system.maintenance.yml
new file mode 100644
index 0000000000000000000000000000000000000000..79501fb1d9271ead867d8b805c5eae67bf2fe2b7
--- /dev/null
+++ b/config/default/sync/system.maintenance.yml
@@ -0,0 +1,4 @@
+message: '@site is currently under maintenance. We should be back shortly. Thank you for your patience.'
+langcode: en
+_core:
+  default_config_hash: Z5MXifrF77GEAgx0GQ6iWT8wStjFuY8BD9OruofWTJ8
diff --git a/config/default/sync/system.menu.account.yml b/config/default/sync/system.menu.account.yml
new file mode 100644
index 0000000000000000000000000000000000000000..572486557939a8c6ca52268a00671b71828579ee
--- /dev/null
+++ b/config/default/sync/system.menu.account.yml
@@ -0,0 +1,10 @@
+uuid: 700168d2-0260-4445-a33e-f13da72d93ca
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: M_Bh81osDyUQ4wV0GgU_NdBNqkzM87sLxjaCdFj9mnw
+id: account
+label: 'User account menu'
+description: 'Links related to the active user account'
+locked: true
diff --git a/config/default/sync/system.menu.admin.yml b/config/default/sync/system.menu.admin.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a52ecc89967bc0c8dc0d82243410388f2bc5b943
--- /dev/null
+++ b/config/default/sync/system.menu.admin.yml
@@ -0,0 +1,10 @@
+uuid: 7010dfca-3736-4689-a291-62a6a11e3a15
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: sapEi2YDGoI9yQIT_WgIV2vUdQ6DScH0V3fAyTadAL0
+id: admin
+label: Administration
+description: 'Administrative task links'
+locked: true
diff --git a/config/default/sync/system.menu.footer.yml b/config/default/sync/system.menu.footer.yml
new file mode 100644
index 0000000000000000000000000000000000000000..271219e7900ed5bac31a9cf8d9a4c719d845a01a
--- /dev/null
+++ b/config/default/sync/system.menu.footer.yml
@@ -0,0 +1,10 @@
+uuid: 6545483e-8549-415d-9b67-b36d18979323
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: 7yrlW5z9zdg2eBucB2GPqXKSMQfH9lSRSO4DbWF7AFc
+id: footer
+label: Footer
+description: 'Site information links'
+locked: true
diff --git a/config/default/sync/system.menu.main.yml b/config/default/sync/system.menu.main.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0752b8354b6e0c6c935adb30130168e410c0ef26
--- /dev/null
+++ b/config/default/sync/system.menu.main.yml
@@ -0,0 +1,10 @@
+uuid: e87c502c-763e-4e40-8b6a-587b15eea764
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: Q2Ra3jfoIVk0f3SjxJX61byRQFVBAbpzYDQOiY-kno8
+id: main
+label: 'Main navigation'
+description: 'Site section links'
+locked: true
diff --git a/config/default/sync/system.menu.tools.yml b/config/default/sync/system.menu.tools.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a0ff27da009df58c4afbd7920ba6ae3f45dd2b83
--- /dev/null
+++ b/config/default/sync/system.menu.tools.yml
@@ -0,0 +1,10 @@
+uuid: cea455f5-5fe4-474b-a4da-0c192754731c
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: BCM-vV1zzRaLHN18dqAR_CuGOj8AFJvTx7BKl_8Gcxc
+id: tools
+label: Tools
+description: 'User tool links, often added by modules'
+locked: true
diff --git a/config/default/sync/system.performance.yml b/config/default/sync/system.performance.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b09c301b23be71f358c55c33a354781527879f22
--- /dev/null
+++ b/config/default/sync/system.performance.yml
@@ -0,0 +1,17 @@
+cache:
+  page:
+    max_age: 3600
+css:
+  preprocess: true
+  gzip: true
+fast_404:
+  enabled: true
+  paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
+  exclude_paths: '/\/(?:styles|imagecache)\//'
+  html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
+js:
+  preprocess: true
+  gzip: true
+stale_file_threshold: 2592000
+_core:
+  default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ
diff --git a/config/default/sync/system.rss.yml b/config/default/sync/system.rss.yml
new file mode 100644
index 0000000000000000000000000000000000000000..858f127d33079f06e0872ba9ee16c083ec728fd1
--- /dev/null
+++ b/config/default/sync/system.rss.yml
@@ -0,0 +1,8 @@
+channel:
+  description: ''
+items:
+  limit: 10
+  view_mode: rss
+langcode: en
+_core:
+  default_config_hash: TlH7NNk46phfxu1mSUfwg1C0YqaGsUCeD4l9JQnQlDU
diff --git a/config/default/sync/system.site.yml b/config/default/sync/system.site.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a839bbb0ffee7cc801fddb36d4742b4f1ed6e971
--- /dev/null
+++ b/config/default/sync/system.site.yml
@@ -0,0 +1,14 @@
+uuid: 752922a5-0bd8-4b40-b955-20fba9074d26
+name: Drupal
+mail: admin@examples.com
+slogan: ''
+page:
+  403: ''
+  404: ''
+  front: /node
+admin_compact_mode: false
+weight_select_max: 100
+langcode: en
+default_langcode: en
+_core:
+  default_config_hash: AyT9s8OUcclfALRE_imByOMgtZ19eOlqdF6zI3p7yqo
diff --git a/config/default/sync/system.theme.global.yml b/config/default/sync/system.theme.global.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ad3e46c6453e3468d5a869fb483ca6a83eccde22
--- /dev/null
+++ b/config/default/sync/system.theme.global.yml
@@ -0,0 +1,16 @@
+favicon:
+  mimetype: image/vnd.microsoft.icon
+  path: ''
+  url: ''
+  use_default: true
+features:
+  comment_user_picture: true
+  comment_user_verification: true
+  favicon: true
+  node_user_picture: true
+logo:
+  path: ''
+  url: ''
+  use_default: true
+_core:
+  default_config_hash: 9rAU4Pku7eMBQxauQqAgjzlcicFZ2As6zEa6zvTlCB8
diff --git a/config/default/sync/system.theme.yml b/config/default/sync/system.theme.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8764240e3d449b085c1c5a25259dcf863900e93e
--- /dev/null
+++ b/config/default/sync/system.theme.yml
@@ -0,0 +1,4 @@
+admin: seven
+default: bartik
+_core:
+  default_config_hash: fOjer9hADYYnbCJVZMFZIIM1azTFWyg84ZkFDHfAbUg
diff --git a/config/default/sync/taxonomy.settings.yml b/config/default/sync/taxonomy.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c98a316b1279af25b88a2435ad8f84e956012ff6
--- /dev/null
+++ b/config/default/sync/taxonomy.settings.yml
@@ -0,0 +1,5 @@
+maintain_index_table: true
+override_selector: false
+terms_per_page_admin: 100
+_core:
+  default_config_hash: zKpaWT6cJc1tVQQaTqatGELaCqU_oyRym6zTl27Yias
diff --git a/config/default/sync/taxonomy.vocabulary.tags.yml b/config/default/sync/taxonomy.vocabulary.tags.yml
new file mode 100644
index 0000000000000000000000000000000000000000..465fb2cfcec1e8a372afd5818d8fb751e2f8d6c9
--- /dev/null
+++ b/config/default/sync/taxonomy.vocabulary.tags.yml
@@ -0,0 +1,11 @@
+uuid: 70e33273-f2a9-4747-841f-8fabe6d4e377
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: lO5ziR5dVI1PpEeHZsSOfQ-Y7NWihSDKW8-MMf6uoms
+name: Tags
+vid: tags
+description: 'Use tags to group articles on similar topics into categories.'
+hierarchy: 0
+weight: 0
diff --git a/config/default/sync/text.settings.yml b/config/default/sync/text.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ef751a5cec0b2fbca505e16bdcdf4de59854d230
--- /dev/null
+++ b/config/default/sync/text.settings.yml
@@ -0,0 +1,3 @@
+default_summary_length: 600
+_core:
+  default_config_hash: Bkewb77RBOK3_aXMPsp8p87gbc03NvmC5gBLzPl7hVA
diff --git a/config/default/sync/update.settings.yml b/config/default/sync/update.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7a019287ecee7a08d6285262174c340d1638a804
--- /dev/null
+++ b/config/default/sync/update.settings.yml
@@ -0,0 +1,12 @@
+check:
+  disabled_extensions: false
+  interval_days: 1
+fetch:
+  url: ''
+  max_attempts: 2
+  timeout: 30
+notification:
+  emails: {  }
+  threshold: all
+_core:
+  default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
diff --git a/config/default/sync/user.flood.yml b/config/default/sync/user.flood.yml
new file mode 100644
index 0000000000000000000000000000000000000000..f165c95257553573b8afbfe647674b54a6546eae
--- /dev/null
+++ b/config/default/sync/user.flood.yml
@@ -0,0 +1,7 @@
+uid_only: false
+ip_limit: 50
+ip_window: 3600
+user_limit: 5
+user_window: 21600
+_core:
+  default_config_hash: UYfMzeP1S8jKm9PSvxf7nQNe8DsNS-3bc2WSNNXBQWs
diff --git a/config/default/sync/user.mail.yml b/config/default/sync/user.mail.yml
new file mode 100644
index 0000000000000000000000000000000000000000..91808449417f3baf37865d6ed7ca5d73967fe29c
--- /dev/null
+++ b/config/default/sync/user.mail.yml
@@ -0,0 +1,30 @@
+cancel_confirm:
+  body: "[user:display-name],\n\nA request to cancel your account has been made at [site:name].\n\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\n\n[user:cancel-url]\n\nNOTE: The cancellation of your account is not reversible.\n\nThis link expires in one day and nothing will happen if it is not used.\n\n--  [site:name] team"
+  subject: 'Account cancellation request for [user:display-name] at [site:name]'
+password_reset:
+  body: "[user:display-name],\n\nA request to reset the password for your account has been made at [site:name].\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.\n\n--  [site:name] team"
+  subject: 'Replacement login information for [user:display-name] at [site:name]'
+register_admin_created:
+  body: "[user:display-name],\n\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n--  [site:name] team"
+  subject: 'An administrator created an account for you at [site:name]'
+register_no_approval_required:
+  body: "[user:display-name],\n\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n--  [site:name] team"
+  subject: 'Account details for [user:display-name] at [site:name]'
+register_pending_approval:
+  body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n\n--  [site:name] team"
+  subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
+register_pending_approval_admin:
+  body: "[user:display-name] has applied for an account.\n\n[user:edit-url]"
+  subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
+status_activated:
+  body: "[user:display-name],\n\nYour account at [site:name] has been activated.\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:account-name]\npassword: Your password\n\n--  [site:name] team"
+  subject: 'Account details for [user:display-name] at [site:name] (approved)'
+status_blocked:
+  body: "[user:display-name],\n\nYour account on [site:name] has been blocked.\n\n--  [site:name] team"
+  subject: 'Account details for [user:display-name] at [site:name] (blocked)'
+status_canceled:
+  body: "[user:display-name],\n\nYour account on [site:name] has been canceled.\n\n--  [site:name] team"
+  subject: 'Account details for [user:display-name] at [site:name] (canceled)'
+langcode: en
+_core:
+  default_config_hash: m4J3ROov32OEquRYGLbx3SpdDGuqx9l_zJtNvihqdCg
diff --git a/config/default/sync/user.role.administrator.yml b/config/default/sync/user.role.administrator.yml
new file mode 100644
index 0000000000000000000000000000000000000000..535074f443ec3d0822544f7262278c860b41b5b7
--- /dev/null
+++ b/config/default/sync/user.role.administrator.yml
@@ -0,0 +1,11 @@
+uuid: 3e6d3dc8-a4a5-46a6-8216-6fb014fa38b6
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: Om6FEO7vZZMkPIbVvfxtdkWerQ2PvQM4sWUd6Q3ZnfI
+id: administrator
+label: Administrator
+weight: 2
+is_admin: true
+permissions: {  }
diff --git a/config/default/sync/user.role.anonymous.yml b/config/default/sync/user.role.anonymous.yml
new file mode 100644
index 0000000000000000000000000000000000000000..143b5748a85123296c03720ba9b400fb72c28ac8
--- /dev/null
+++ b/config/default/sync/user.role.anonymous.yml
@@ -0,0 +1,16 @@
+uuid: 163449c6-8dac-4ad3-b59c-886acc7482f2
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: j5zLMOdJBqC0bMvSdth5UebkprJB8g_2FXHqhfpJzow
+id: anonymous
+label: 'Anonymous user'
+weight: 0
+is_admin: false
+permissions:
+  - 'access comments'
+  - 'access content'
+  - 'access site-wide contact form'
+  - 'search content'
+  - 'use text format restricted_html'
diff --git a/config/default/sync/user.role.authenticated.yml b/config/default/sync/user.role.authenticated.yml
new file mode 100644
index 0000000000000000000000000000000000000000..44d1fdf2615894c0f654406d0fe23421fc047099
--- /dev/null
+++ b/config/default/sync/user.role.authenticated.yml
@@ -0,0 +1,19 @@
+uuid: a167a9e0-02c9-4f3e-8989-8bdc7e230d04
+langcode: en
+status: true
+dependencies: {  }
+_core:
+  default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
+id: authenticated
+label: 'Authenticated user'
+weight: 1
+is_admin: false
+permissions:
+  - 'access comments'
+  - 'access content'
+  - 'access shortcuts'
+  - 'access site-wide contact form'
+  - 'post comments'
+  - 'search content'
+  - 'skip comment approval'
+  - 'use text format basic_html'
diff --git a/config/default/sync/user.settings.yml b/config/default/sync/user.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7627c6ba8b7cf51c21e9876b7a9e41728defea61
--- /dev/null
+++ b/config/default/sync/user.settings.yml
@@ -0,0 +1,18 @@
+anonymous: Anonymous
+verify_mail: true
+notify:
+  cancel_confirm: true
+  password_reset: true
+  status_activated: true
+  status_blocked: false
+  status_canceled: false
+  register_admin_created: true
+  register_no_approval_required: true
+  register_pending_approval: true
+register: visitors_admin_approval
+cancel_method: user_cancel_block
+password_reset_timeout: 86400
+password_strength: true
+langcode: en
+_core:
+  default_config_hash: r4kwhOM0IWXVMUZDz744Yc16EOh37ZhYbA8kGOhSmLk
diff --git a/config/default/sync/views.settings.yml b/config/default/sync/views.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..98635a3c61749e6564a119236635ee5d71e4c844
--- /dev/null
+++ b/config/default/sync/views.settings.yml
@@ -0,0 +1,48 @@
+display_extenders: {  }
+skip_cache: false
+sql_signature: false
+ui:
+  show:
+    additional_queries: false
+    advanced_column: true
+    master_display: true
+    performance_statistics: false
+    preview_information: true
+    sql_query:
+      enabled: true
+      where: above
+    display_embed: false
+  always_live_preview: true
+  exposed_filter_any_label: old_any
+field_rewrite_elements:
+  div: DIV
+  span: SPAN
+  h1: H1
+  h2: H2
+  h3: H3
+  h4: H4
+  h5: H5
+  h6: H6
+  p: P
+  header: HEADER
+  footer: FOOTER
+  article: ARTICLE
+  section: SECTION
+  aside: ASIDE
+  details: DETAILS
+  blockquote: BLOCKQUOTE
+  figure: FIGURE
+  address: ADDRESS
+  code: CODE
+  pre: PRE
+  var: VAR
+  samp: SAMP
+  kbd: KBD
+  strong: STRONG
+  em: EM
+  del: DEL
+  ins: INS
+  q: Q
+  s: S
+_core:
+  default_config_hash: RaRd9EIcwA4u3qCSRLL8EnCicbda1kV__ASmVbyehvQ
diff --git a/config/default/sync/views.view.archive.yml b/config/default/sync/views.view.archive.yml
new file mode 100644
index 0000000000000000000000000000000000000000..30c8703d200dcafafcff7d32398fe61dae64b4c5
--- /dev/null
+++ b/config/default/sync/views.view.archive.yml
@@ -0,0 +1,243 @@
+uuid: a319b689-5dbe-4ecb-ac41-aae25bb127ad
+langcode: en
+status: false
+dependencies:
+  config:
+    - core.entity_view_mode.node.teaser
+  module:
+    - node
+    - user
+_core:
+  default_config_hash: SRH1EhxAiIRj01P9xYv0h_LfIfWxjll0Yq-eDfjziFI
+id: archive
+label: Archive
+module: node
+description: 'All content, by month.'
+tag: default
+base_table: node_field_data
+base_field: nid
+core: '8'
+display:
+  default:
+    id: default
+    display_title: Master
+    display_plugin: default
+    position: 0
+    display_options:
+      query:
+        type: views_query
+        options:
+          query_comment: ''
+          disable_sql_rewrite: false
+          distinct: false
+          replica: false
+          query_tags: {  }
+      title: 'Monthly archive'
+      access:
+        type: perm
+        options:
+          perm: 'access content'
+      cache:
+        type: tag
+        options: {  }
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Apply
+          reset_button: false
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      pager:
+        type: mini
+        options:
+          items_per_page: 10
+          offset: 0
+          id: 0
+          total_pages: 0
+          expose:
+            items_per_page: false
+            items_per_page_label: 'Items per page'
+            items_per_page_options: '5, 10, 25, 50'
+            items_per_page_options_all: false
+            items_per_page_options_all_label: '- All -'
+            offset: false
+            offset_label: Offset
+          tags:
+            previous: ‹‹
+            next: ››
+      sorts:
+        created:
+          id: created
+          table: node_field_data
+          field: created
+          order: DESC
+          plugin_id: date
+          relationship: none
+          group_type: group
+          admin_label: ''
+          exposed: false
+          expose:
+            label: ''
+          granularity: second
+          entity_type: node
+          entity_field: created
+      arguments:
+        created_year_month:
+          id: created_year_month
+          table: node_field_data
+          field: created_year_month
+          default_action: summary
+          exception:
+            title_enable: true
+          title_enable: true
+          title: '{{ arguments.created_year_month }}'
+          default_argument_type: fixed
+          summary:
+            sort_order: desc
+            format: default_summary
+          summary_options:
+            override: true
+            items_per_page: 30
+          specify_validation: true
+          plugin_id: date_year_month
+          entity_type: node
+      filters:
+        status:
+          id: status
+          table: node_field_data
+          field: status
+          value: '1'
+          group: 0
+          expose:
+            operator: '0'
+          plugin_id: boolean
+          entity_type: node
+          entity_field: status
+        langcode:
+          id: langcode
+          table: node_field_data
+          field: langcode
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: in
+          value:
+            '***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
+          group: 1
+          exposed: false
+          expose:
+            operator_id: ''
+            label: ''
+            description: ''
+            use_operator: false
+            operator: ''
+            identifier: ''
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+            reduce: 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: {  }
+          plugin_id: language
+          entity_type: node
+          entity_field: langcode
+      style:
+        type: default
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          uses_fields: false
+      row:
+        type: 'entity:node'
+        options:
+          view_mode: teaser
+      header: {  }
+      footer: {  }
+      empty: {  }
+      relationships: {  }
+      fields: {  }
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
+  block_1:
+    id: block_1
+    display_title: Block
+    display_plugin: block
+    position: 1
+    display_options:
+      query:
+        type: views_query
+        options: {  }
+      defaults:
+        arguments: false
+      arguments:
+        created_year_month:
+          id: created_year_month
+          table: node_field_data
+          field: created_year_month
+          default_action: summary
+          exception:
+            title_enable: true
+          title_enable: true
+          title: '{{ arguments.created_year_month }}'
+          default_argument_type: fixed
+          summary:
+            format: default_summary
+          summary_options:
+            items_per_page: 30
+          specify_validation: true
+          plugin_id: date_year_month
+          entity_type: node
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
+  page_1:
+    id: page_1
+    display_title: Page
+    display_plugin: page
+    position: 2
+    display_options:
+      query:
+        type: views_query
+        options: {  }
+      path: archive
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
diff --git a/config/default/sync/views.view.block_content.yml b/config/default/sync/views.view.block_content.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c8a567da4afba9a0ccb57b2f3e16d5f49bfd5747
--- /dev/null
+++ b/config/default/sync/views.view.block_content.yml
@@ -0,0 +1,500 @@
+uuid: d997a3d6-229b-48e3-b708-93c08ec86702
+langcode: en
+status: true
+dependencies:
+  module:
+    - block_content
+    - user
+_core:
+  default_config_hash: msYnighLW1IbiBfyQbwbQwb2cU-5LECiFryt60k0Nfk
+id: block_content
+label: 'Custom block library'
+module: views
+description: 'Find and manage custom blocks.'
+tag: default
+base_table: block_content_field_data
+base_field: id
+core: 8.x
+display:
+  default:
+    display_plugin: default
+    id: default
+    display_title: Master
+    position: 0
+    display_options:
+      access:
+        type: perm
+        options:
+          perm: 'administer blocks'
+      cache:
+        type: tag
+        options: {  }
+      query:
+        type: views_query
+        options:
+          disable_sql_rewrite: false
+          distinct: false
+          replica: false
+          query_comment: ''
+          query_tags: {  }
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Apply
+          reset_button: false
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      pager:
+        type: mini
+        options:
+          items_per_page: 50
+          offset: 0
+          id: 0
+          total_pages: null
+          tags:
+            previous: '‹ Previous'
+            next: 'Next ›'
+          expose:
+            items_per_page: false
+            items_per_page_label: 'Items per page'
+            items_per_page_options: '5, 10, 25, 50'
+            items_per_page_options_all: false
+            items_per_page_options_all_label: '- All -'
+            offset: false
+            offset_label: Offset
+      style:
+        type: table
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          override: true
+          sticky: false
+          caption: ''
+          summary: ''
+          description: ''
+          columns:
+            info: info
+            type: type
+            changed: changed
+            operations: operations
+          info:
+            info:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            type:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            changed:
+              sortable: true
+              default_sort_order: desc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            operations:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+          default: changed
+          empty_table: true
+      row:
+        type: fields
+      fields:
+        info:
+          id: info
+          table: block_content_field_data
+          field: info
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Block description'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          click_sort_column: value
+          type: string
+          settings:
+            link_to_entity: true
+          group_column: value
+          group_columns: {  }
+          group_rows: true
+          delta_limit: 0
+          delta_offset: 0
+          delta_reversed: false
+          delta_first_last: false
+          multi_type: separator
+          separator: ', '
+          field_api_classes: false
+          entity_type: null
+          entity_field: info
+          plugin_id: field
+        type:
+          id: type
+          table: block_content_field_data
+          field: type
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Block type'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          click_sort_column: target_id
+          type: entity_reference_label
+          settings:
+            link: false
+          group_column: target_id
+          group_columns: {  }
+          group_rows: true
+          delta_limit: 0
+          delta_offset: 0
+          delta_reversed: false
+          delta_first_last: false
+          multi_type: separator
+          separator: ', '
+          field_api_classes: false
+          entity_type: block_content
+          entity_field: type
+          plugin_id: field
+        changed:
+          id: changed
+          table: block_content_field_data
+          field: changed
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Updated
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          entity_type: block_content
+          entity_field: changed
+          type: timestamp
+          settings:
+            date_format: short
+            custom_date_format: ''
+            timezone: ''
+          plugin_id: field
+        operations:
+          id: operations
+          table: block_content
+          field: operations
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Operations
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          destination: true
+          entity_type: block_content
+          plugin_id: entity_operations
+      filters:
+        info:
+          id: info
+          table: block_content_field_data
+          field: info
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: contains
+          value: ''
+          group: 1
+          exposed: true
+          expose:
+            operator_id: info_op
+            label: 'Block description'
+            description: ''
+            use_operator: false
+            operator: info_op
+            identifier: info
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+          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: info
+          plugin_id: string
+        type:
+          id: type
+          table: block_content_field_data
+          field: type
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: in
+          value: {  }
+          group: 1
+          exposed: true
+          expose:
+            operator_id: type_op
+            label: 'Block type'
+            description: ''
+            use_operator: false
+            operator: type_op
+            identifier: type
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+            reduce: 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: type
+          plugin_id: bundle
+      sorts: {  }
+      title: 'Custom block library'
+      header: {  }
+      footer: {  }
+      empty:
+        area_text_custom:
+          id: area_text_custom
+          table: views
+          field: area_text_custom
+          relationship: none
+          group_type: group
+          admin_label: ''
+          empty: true
+          tokenize: false
+          content: 'There are no custom blocks available. '
+          plugin_id: text_custom
+        block_content_listing_empty:
+          admin_label: ''
+          empty: true
+          field: block_content_listing_empty
+          group_type: group
+          id: block_content_listing_empty
+          label: ''
+          relationship: none
+          table: block_content
+          plugin_id: block_content_listing_empty
+          entity_type: block_content
+      relationships: {  }
+      arguments: {  }
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - user.permissions
+      max-age: 0
+      tags: {  }
+  page_1:
+    display_plugin: page
+    id: page_1
+    display_title: Page
+    position: 1
+    display_options:
+      display_extenders: {  }
+      path: admin/structure/block/block-content
+      menu:
+        type: tab
+        title: 'Custom block library'
+        description: ''
+        parent: block.admin_display
+        weight: 0
+        context: '0'
+        menu_name: admin
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - user.permissions
+      max-age: 0
+      tags: {  }
diff --git a/config/default/sync/views.view.comments_recent.yml b/config/default/sync/views.view.comments_recent.yml
new file mode 100644
index 0000000000000000000000000000000000000000..bfd67079d1fb760432d60e726aa518c189be14d2
--- /dev/null
+++ b/config/default/sync/views.view.comments_recent.yml
@@ -0,0 +1,263 @@
+uuid: 81f0b9a6-ea16-4ba7-8b4f-abf488e5f573
+langcode: en
+status: true
+dependencies:
+  module:
+    - comment
+    - node
+    - user
+_core:
+  default_config_hash: HacS-nsDH7uyoKhQHNyV_MNRClmPVuhU_fWZgNuEyIs
+id: comments_recent
+label: 'Recent comments'
+module: views
+description: 'Recent comments.'
+tag: default
+base_table: comment_field_data
+base_field: cid
+core: 8.x
+display:
+  default:
+    display_plugin: default
+    id: default
+    display_title: Master
+    position: 0
+    display_options:
+      access:
+        type: perm
+        options:
+          perm: 'access comments'
+      cache:
+        type: tag
+      query:
+        type: views_query
+      exposed_form:
+        type: basic
+      pager:
+        type: some
+        options:
+          items_per_page: 10
+          offset: 0
+      style:
+        type: html_list
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          type: ul
+          wrapper_class: item-list
+          class: ''
+      row:
+        type: fields
+        options:
+          default_field_elements: true
+          hide_empty: false
+      relationships:
+        node:
+          field: node
+          id: node
+          table: comment_field_data
+          required: true
+          plugin_id: standard
+      fields:
+        subject:
+          id: subject
+          table: comment_field_data
+          field: subject
+          relationship: none
+          type: string
+          settings:
+            link_to_entity: true
+          plugin_id: field
+          group_type: group
+          admin_label: ''
+          label: ''
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: false
+            ellipsis: false
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: false
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          entity_type: comment
+          entity_field: subject
+        changed:
+          id: changed
+          table: comment_field_data
+          field: changed
+          relationship: none
+          plugin_id: field
+          group_type: group
+          admin_label: ''
+          label: ''
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: false
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: timestamp_ago
+          settings:
+            future_format: '@interval hence'
+            past_format: '@interval ago'
+            granularity: 2
+          entity_type: comment
+          entity_field: changed
+      filters:
+        status:
+          value: '1'
+          table: comment_field_data
+          field: status
+          id: status
+          plugin_id: boolean
+          expose:
+            operator: ''
+          group: 1
+          entity_type: comment
+          entity_field: status
+        status_node:
+          value: '1'
+          table: node_field_data
+          field: status
+          relationship: node
+          id: status_node
+          plugin_id: boolean
+          expose:
+            operator: ''
+          group: 1
+          entity_type: node
+          entity_field: status
+      sorts:
+        created:
+          id: created
+          table: comment_field_data
+          field: created
+          relationship: none
+          group_type: group
+          admin_label: ''
+          order: DESC
+          exposed: false
+          expose:
+            label: ''
+          plugin_id: date
+          entity_type: comment
+          entity_field: created
+        cid:
+          id: cid
+          table: comment_field_data
+          field: cid
+          relationship: none
+          group_type: group
+          admin_label: ''
+          order: DESC
+          exposed: false
+          plugin_id: field
+          entity_type: comment
+          entity_field: cid
+      title: 'Recent comments'
+      empty:
+        area_text_custom:
+          id: area_text_custom
+          table: views
+          field: area_text_custom
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: ''
+          empty: true
+          content: 'No comments available.'
+          tokenize: false
+          plugin_id: text_custom
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - user.permissions
+      max-age: -1
+      tags: {  }
+  block_1:
+    display_plugin: block
+    id: block_1
+    display_title: Block
+    position: 1
+    display_options:
+      block_description: 'Recent comments'
+      block_category: 'Lists (Views)'
+      allow:
+        items_per_page: true
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - user.permissions
+      max-age: -1
+      tags: {  }
diff --git a/config/default/sync/views.view.content.yml b/config/default/sync/views.view.content.yml
new file mode 100644
index 0000000000000000000000000000000000000000..b7d49f7b9b12a229f7361d9b10c30a48e60b6147
--- /dev/null
+++ b/config/default/sync/views.view.content.yml
@@ -0,0 +1,607 @@
+uuid: 3fb42c1c-2475-4fdc-afba-647d0065c0ee
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+    - user
+_core:
+  default_config_hash: tS8PbpJX90aRFC3-UTgXzdqkq7_2frk2pz4TMijEebM
+id: content
+label: Content
+module: node
+description: 'Find and manage content.'
+tag: default
+base_table: node_field_data
+base_field: nid
+core: 8.x
+display:
+  default:
+    display_options:
+      access:
+        type: perm
+        options:
+          perm: 'access content overview'
+      cache:
+        type: tag
+      query:
+        type: views_query
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Filter
+          reset_button: true
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      pager:
+        type: full
+        options:
+          items_per_page: 50
+          tags:
+            previous: '‹ Previous'
+            next: 'Next ›'
+            first: '« First'
+            last: 'Last »'
+      style:
+        type: table
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          override: true
+          sticky: true
+          caption: ''
+          summary: ''
+          description: ''
+          columns:
+            node_bulk_form: node_bulk_form
+            title: title
+            type: type
+            name: name
+            status: status
+            changed: changed
+            edit_node: edit_node
+            delete_node: delete_node
+            dropbutton: dropbutton
+            timestamp: title
+          info:
+            node_bulk_form:
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            title:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            type:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            name:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-low
+            status:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            changed:
+              sortable: true
+              default_sort_order: desc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-low
+            edit_node:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            delete_node:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            dropbutton:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            timestamp:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+          default: changed
+          empty_table: true
+      row:
+        type: fields
+      fields:
+        node_bulk_form:
+          id: node_bulk_form
+          table: node
+          field: node_bulk_form
+          label: ''
+          exclude: false
+          alter:
+            alter_text: false
+          element_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          plugin_id: node_bulk_form
+          entity_type: node
+        title:
+          id: title
+          table: node_field_data
+          field: title
+          label: Title
+          exclude: false
+          alter:
+            alter_text: false
+          element_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          entity_type: node
+          entity_field: title
+          type: string
+          settings:
+            link_to_entity: true
+          plugin_id: field
+        type:
+          id: type
+          table: node_field_data
+          field: type
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Content type'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          click_sort_column: target_id
+          type: entity_reference_label
+          settings:
+            link: false
+          group_column: target_id
+          group_columns: {  }
+          group_rows: true
+          delta_limit: 0
+          delta_offset: 0
+          delta_reversed: false
+          delta_first_last: false
+          multi_type: separator
+          separator: ', '
+          field_api_classes: false
+          entity_type: node
+          entity_field: type
+          plugin_id: field
+        name:
+          id: name
+          table: users_field_data
+          field: name
+          relationship: uid
+          label: Author
+          exclude: false
+          alter:
+            alter_text: false
+          element_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          plugin_id: field
+          type: user_name
+          entity_type: user
+          entity_field: name
+        status:
+          id: status
+          table: node_field_data
+          field: status
+          label: Status
+          exclude: false
+          alter:
+            alter_text: false
+          element_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: boolean
+          settings:
+            format: custom
+            format_custom_true: Published
+            format_custom_false: Unpublished
+          plugin_id: field
+          entity_type: node
+          entity_field: status
+        changed:
+          id: changed
+          table: node_field_data
+          field: changed
+          label: Updated
+          exclude: false
+          alter:
+            alter_text: false
+          element_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: timestamp
+          settings:
+            date_format: short
+            custom_date_format: ''
+            timezone: ''
+          plugin_id: field
+          entity_type: node
+          entity_field: changed
+        operations:
+          id: operations
+          table: node
+          field: operations
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Operations
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          destination: true
+          plugin_id: entity_operations
+      filters:
+        title:
+          id: title
+          table: node_field_data
+          field: title
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: contains
+          value: ''
+          group: 1
+          exposed: true
+          expose:
+            operator_id: title_op
+            label: Title
+            description: ''
+            use_operator: false
+            operator: title_op
+            identifier: title
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+          is_grouped: false
+          group_info:
+            label: ''
+            description: ''
+            identifier: ''
+            optional: true
+            widget: select
+            multiple: false
+            remember: false
+            default_group: All
+            default_group_multiple: {  }
+            group_items: {  }
+          plugin_id: string
+          entity_type: node
+          entity_field: title
+        type:
+          id: type
+          table: node_field_data
+          field: type
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: in
+          value: {  }
+          group: 1
+          exposed: true
+          expose:
+            operator_id: type_op
+            label: 'Content type'
+            description: ''
+            use_operator: false
+            operator: type_op
+            identifier: type
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+            reduce: 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: {  }
+          plugin_id: bundle
+          entity_type: node
+          entity_field: type
+        status:
+          id: status
+          table: node_field_data
+          field: status
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: '='
+          value: '1'
+          group: 1
+          exposed: true
+          expose:
+            operator_id: ''
+            label: Status
+            description: ''
+            use_operator: false
+            operator: status_op
+            identifier: status
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+          is_grouped: true
+          group_info:
+            label: 'Published status'
+            description: ''
+            identifier: status
+            optional: true
+            widget: select
+            multiple: false
+            remember: false
+            default_group: All
+            default_group_multiple: {  }
+            group_items:
+              1:
+                title: Published
+                operator: '='
+                value: '1'
+              2:
+                title: Unpublished
+                operator: '='
+                value: '0'
+          plugin_id: boolean
+          entity_type: node
+          entity_field: status
+        langcode:
+          id: langcode
+          table: node_field_data
+          field: langcode
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: in
+          value: {  }
+          group: 1
+          exposed: true
+          expose:
+            operator_id: langcode_op
+            label: Language
+            description: ''
+            use_operator: false
+            operator: langcode_op
+            identifier: langcode
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+            reduce: 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: {  }
+          plugin_id: language
+          entity_type: node
+          entity_field: langcode
+        status_extra:
+          id: status_extra
+          table: node_field_data
+          field: status_extra
+          operator: '='
+          value: false
+          plugin_id: node_status
+          group: 1
+          entity_type: node
+      sorts: {  }
+      title: Content
+      empty:
+        area_text_custom:
+          id: area_text_custom
+          table: views
+          field: area_text_custom
+          empty: true
+          content: 'No content available.'
+          plugin_id: text_custom
+      arguments: {  }
+      relationships:
+        uid:
+          id: uid
+          table: node_field_data
+          field: uid
+          admin_label: author
+          required: true
+          plugin_id: standard
+      show_admin_links: false
+      filter_groups:
+        operator: AND
+        groups:
+          1: AND
+      display_extenders: {  }
+    display_plugin: default
+    display_title: Master
+    id: default
+    position: 0
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - user
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: 0
+      tags: {  }
+  page_1:
+    display_options:
+      path: admin/content/node
+      menu:
+        type: 'default tab'
+        title: Content
+        description: ''
+        menu_name: admin
+        weight: -10
+        context: ''
+      tab_options:
+        type: normal
+        title: Content
+        description: 'Find and manage content'
+        menu_name: admin
+        weight: -10
+      display_extenders: {  }
+    display_plugin: page
+    display_title: Page
+    id: page_1
+    position: 1
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - user
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: 0
+      tags: {  }
diff --git a/config/default/sync/views.view.content_recent.yml b/config/default/sync/views.view.content_recent.yml
new file mode 100644
index 0000000000000000000000000000000000000000..fdf14b5b5ac67be4ebabf8f3594cc5f1bef3b8fd
--- /dev/null
+++ b/config/default/sync/views.view.content_recent.yml
@@ -0,0 +1,319 @@
+uuid: c74d984b-dc54-4fff-80d9-a846879c0eba
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+    - user
+_core:
+  default_config_hash: tDcmzGfShE0XJbfwJzyA6lJTUYC6X4iVu887dgoFfDg
+id: content_recent
+label: 'Recent content'
+module: node
+description: 'Recent content.'
+tag: default
+base_table: node_field_data
+base_field: nid
+core: 8.x
+display:
+  default:
+    display_plugin: default
+    id: default
+    display_title: Master
+    position: 0
+    display_options:
+      access:
+        type: perm
+        options:
+          perm: 'access content'
+      cache:
+        type: tag
+        options: {  }
+      query:
+        type: views_query
+        options:
+          disable_sql_rewrite: false
+          distinct: false
+          replica: false
+          query_comment: ''
+          query_tags: {  }
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Apply
+          reset_button: false
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      pager:
+        type: some
+        options:
+          items_per_page: 10
+          offset: 0
+      style:
+        type: html_list
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          type: ul
+          wrapper_class: item-list
+          class: ''
+      row:
+        type: fields
+      fields:
+        title:
+          id: title
+          table: node_field_data
+          field: title
+          entity_type: node
+          entity_field: title
+          label: ''
+          exclude: false
+          alter:
+            alter_text: false
+            make_link: false
+            absolute: false
+            trim: false
+            word_boundary: false
+            ellipsis: false
+            strip_tags: false
+            html: false
+          hide_empty: false
+          empty_zero: false
+          relationship: none
+          group_type: group
+          admin_label: ''
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: false
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_alter_empty: true
+          type: string
+          settings:
+            link_to_entity: true
+          plugin_id: field
+        changed:
+          id: changed
+          table: node_field_data
+          field: changed
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: ''
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: false
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          click_sort_column: value
+          type: timestamp_ago
+          settings: {  }
+          group_column: value
+          group_columns: {  }
+          group_rows: true
+          delta_limit: 0
+          delta_offset: 0
+          delta_reversed: false
+          delta_first_last: false
+          multi_type: separator
+          separator: ', '
+          field_api_classes: false
+          entity_type: node
+          entity_field: changed
+          plugin_id: field
+      filters:
+        status_extra:
+          id: status_extra
+          table: node_field_data
+          field: status_extra
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: '='
+          value: false
+          group: 1
+          exposed: false
+          expose:
+            operator_id: ''
+            label: ''
+            description: ''
+            use_operator: false
+            operator: ''
+            identifier: ''
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+          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: node
+          plugin_id: node_status
+        langcode:
+          id: langcode
+          table: node_field_data
+          field: langcode
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: in
+          value:
+            '***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
+          group: 1
+          exposed: false
+          expose:
+            operator_id: ''
+            label: ''
+            description: ''
+            use_operator: false
+            operator: ''
+            identifier: ''
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+            reduce: 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: node
+          entity_field: langcode
+          plugin_id: language
+      sorts:
+        changed:
+          id: changed
+          table: node_field_data
+          field: changed
+          relationship: none
+          group_type: group
+          admin_label: ''
+          order: DESC
+          exposed: false
+          expose:
+            label: ''
+          granularity: second
+          entity_type: node
+          entity_field: changed
+          plugin_id: date
+      title: 'Recent content'
+      header: {  }
+      footer: {  }
+      empty:
+        area_text_custom:
+          id: area_text_custom
+          table: views
+          field: area_text_custom
+          relationship: none
+          group_type: group
+          admin_label: ''
+          empty: true
+          tokenize: false
+          content: 'No content available.'
+          plugin_id: text_custom
+      relationships:
+        uid:
+          id: uid
+          table: node_field_data
+          field: uid
+          relationship: none
+          group_type: group
+          admin_label: author
+          required: true
+          entity_type: node
+          entity_field: uid
+          plugin_id: standard
+      arguments: {  }
+      display_extenders: {  }
+      use_more: false
+      use_more_always: false
+      use_more_text: More
+      link_url: ''
+      link_display: '0'
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - user
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
+  block_1:
+    display_plugin: block
+    id: block_1
+    display_title: Block
+    position: 1
+    display_options:
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - user
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
diff --git a/config/default/sync/views.view.files.yml b/config/default/sync/views.view.files.yml
new file mode 100644
index 0000000000000000000000000000000000000000..601baef475459ad525580f59ba662f50162fdd3f
--- /dev/null
+++ b/config/default/sync/views.view.files.yml
@@ -0,0 +1,1124 @@
+uuid: 96a43199-b9e4-49a3-9578-654e43074fd5
+langcode: en
+status: true
+dependencies:
+  module:
+    - file
+    - user
+_core:
+  default_config_hash: rRWxAX-IQkJ5viACQRovRkC784EyCl9493GU_G23n2Q
+id: files
+label: Files
+module: file
+description: 'Find and manage files.'
+tag: default
+base_table: file_managed
+base_field: fid
+core: 8.x
+display:
+  default:
+    display_plugin: default
+    id: default
+    display_title: Master
+    position: 0
+    display_options:
+      access:
+        type: perm
+        options:
+          perm: 'access files overview'
+      cache:
+        type: tag
+        options: {  }
+      query:
+        type: views_query
+        options:
+          disable_sql_rewrite: false
+          distinct: false
+          replica: false
+          query_comment: ''
+          query_tags: {  }
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Filter
+          reset_button: false
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      pager:
+        type: mini
+        options:
+          items_per_page: 50
+          offset: 0
+          id: 0
+          total_pages: 0
+          tags:
+            previous: '‹ Previous'
+            next: 'Next ›'
+          expose:
+            items_per_page: false
+            items_per_page_label: 'Items per page'
+            items_per_page_options: '5, 10, 25, 50'
+            items_per_page_options_all: false
+            items_per_page_options_all_label: '- All -'
+            offset: false
+            offset_label: Offset
+      style:
+        type: table
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          override: true
+          sticky: false
+          caption: ''
+          summary: ''
+          description: ''
+          columns:
+            fid: fid
+            filename: filename
+            filemime: filemime
+            filesize: filesize
+            status: status
+            created: created
+            changed: changed
+            count: count
+          info:
+            fid:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            filename:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            filemime:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-medium
+            filesize:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-low
+            status:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-low
+            created:
+              sortable: true
+              default_sort_order: desc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            changed:
+              sortable: true
+              default_sort_order: desc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            count:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-medium
+          default: changed
+          empty_table: true
+      row:
+        type: fields
+      fields:
+        fid:
+          id: fid
+          table: file_managed
+          field: fid
+          alter:
+            alter_text: false
+            make_link: false
+            absolute: false
+            trim: false
+            word_boundary: false
+            ellipsis: false
+            strip_tags: false
+            html: false
+          hide_empty: false
+          empty_zero: false
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Fid
+          exclude: true
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_alter_empty: true
+          plugin_id: field
+          entity_type: file
+          entity_field: fid
+        filename:
+          id: filename
+          table: file_managed
+          field: filename
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Name
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: false
+            ellipsis: false
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          click_sort_column: value
+          type: file_link
+          group_column: value
+          group_columns: {  }
+          group_rows: true
+          delta_limit: 0
+          delta_offset: 0
+          delta_reversed: false
+          delta_first_last: false
+          multi_type: separator
+          separator: ', '
+          field_api_classes: false
+          plugin_id: field
+          entity_type: file
+          entity_field: filename
+        filemime:
+          id: filemime
+          table: file_managed
+          field: filemime
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'MIME type'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: file_filemime
+          plugin_id: field
+          entity_type: file
+          entity_field: filemime
+        filesize:
+          id: filesize
+          table: file_managed
+          field: filesize
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Size
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: file_size
+          plugin_id: field
+          entity_type: file
+          entity_field: filesize
+        status:
+          id: status
+          table: file_managed
+          field: status
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Status
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: boolean
+          settings:
+            format: custom
+            format_custom_false: Temporary
+            format_custom_true: Permanent
+          plugin_id: field
+          entity_type: file
+          entity_field: status
+        created:
+          id: created
+          table: file_managed
+          field: created
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Upload date'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: timestamp
+          settings:
+            date_format: medium
+            custom_date_format: ''
+            timezone: ''
+          plugin_id: field
+          entity_type: file
+          entity_field: created
+        changed:
+          id: changed
+          table: file_managed
+          field: changed
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Changed date'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: timestamp
+          settings:
+            date_format: medium
+            custom_date_format: ''
+            timezone: ''
+          plugin_id: field
+          entity_type: file
+          entity_field: changed
+        count:
+          id: count
+          table: file_usage
+          field: count
+          relationship: fid
+          group_type: sum
+          admin_label: ''
+          label: 'Used in'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: true
+            path: 'admin/content/files/usage/{{ fid }}'
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          set_precision: false
+          precision: 0
+          decimal: .
+          separator: ','
+          format_plural: true
+          format_plural_string: "1 place\x03@count places"
+          prefix: ''
+          suffix: ''
+          plugin_id: numeric
+      filters:
+        filename:
+          id: filename
+          table: file_managed
+          field: filename
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: word
+          value: ''
+          group: 1
+          exposed: true
+          expose:
+            operator_id: filemime_op
+            label: Filename
+            description: ''
+            use_operator: false
+            operator: filename_op
+            identifier: filename
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+          is_grouped: false
+          group_info:
+            label: ''
+            description: ''
+            identifier: ''
+            optional: true
+            widget: select
+            multiple: false
+            remember: false
+            default_group: All
+            default_group_multiple: {  }
+            group_items: {  }
+          plugin_id: string
+          entity_type: file
+          entity_field: filename
+        filemime:
+          id: filemime
+          table: file_managed
+          field: filemime
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: word
+          value: ''
+          group: 1
+          exposed: true
+          expose:
+            operator_id: filemime_op
+            label: 'MIME type'
+            description: ''
+            use_operator: false
+            operator: filemime_op
+            identifier: filemime
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+          is_grouped: false
+          group_info:
+            label: ''
+            description: ''
+            identifier: ''
+            optional: true
+            widget: select
+            multiple: false
+            remember: false
+            default_group: All
+            default_group_multiple: {  }
+            group_items: {  }
+          plugin_id: string
+          entity_type: file
+          entity_field: filemime
+        status:
+          id: status
+          table: file_managed
+          field: status
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: in
+          value: {  }
+          group: 1
+          exposed: true
+          expose:
+            operator_id: status_op
+            label: Status
+            description: ''
+            use_operator: false
+            operator: status_op
+            identifier: status
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+            reduce: 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: {  }
+          plugin_id: file_status
+          entity_type: file
+          entity_field: status
+      sorts: {  }
+      title: Files
+      header: {  }
+      footer: {  }
+      empty:
+        area_text_custom:
+          id: area_text_custom
+          table: views
+          field: area_text_custom
+          empty: true
+          content: 'No files available.'
+          plugin_id: text_custom
+      relationships:
+        fid:
+          id: fid
+          table: file_managed
+          field: fid
+          relationship: none
+          group_type: group
+          admin_label: 'File usage'
+          required: true
+      arguments: {  }
+      group_by: true
+      show_admin_links: true
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - user.permissions
+      max-age: 0
+      tags: {  }
+  page_1:
+    display_plugin: page
+    id: page_1
+    display_title: 'Files overview'
+    position: 1
+    display_options:
+      path: admin/content/files
+      menu:
+        type: tab
+        title: Files
+        description: ''
+        menu_name: admin
+        weight: 0
+        context: ''
+      display_description: ''
+      defaults:
+        pager: true
+        relationships: false
+      relationships:
+        fid:
+          id: fid
+          table: file_managed
+          field: fid
+          relationship: none
+          group_type: group
+          admin_label: 'File usage'
+          required: false
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - user.permissions
+      max-age: 0
+      tags: {  }
+  page_2:
+    display_plugin: page
+    id: page_2
+    display_title: 'File usage'
+    position: 2
+    display_options:
+      display_description: ''
+      path: admin/content/files/usage/%
+      empty: {  }
+      defaults:
+        empty: false
+        pager: false
+        filters: false
+        filter_groups: false
+        fields: false
+        group_by: false
+        title: false
+        arguments: false
+        style: false
+        row: false
+        relationships: false
+      pager:
+        type: mini
+        options:
+          items_per_page: 10
+          offset: 0
+          id: 0
+          total_pages: 0
+          tags:
+            previous: '‹ Previous'
+            next: 'Next ›'
+          expose:
+            items_per_page: false
+            items_per_page_label: 'Items per page'
+            items_per_page_options: '5, 10, 25, 50'
+            items_per_page_options_all: false
+            items_per_page_options_all_label: '- All -'
+            offset: false
+            offset_label: Offset
+      filters: {  }
+      filter_groups:
+        operator: AND
+        groups: {  }
+      fields:
+        entity_label:
+          id: entity_label
+          table: file_usage
+          field: entity_label
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Entity
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          link_to_entity: true
+          plugin_id: entity_label
+        type:
+          id: type
+          table: file_usage
+          field: type
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Entity type'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          plugin_id: standard
+        module:
+          id: module
+          table: file_usage
+          field: module
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Registering module'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          plugin_id: standard
+        count:
+          id: count
+          table: file_usage
+          field: count
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Use count'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          set_precision: false
+          precision: 0
+          decimal: .
+          separator: ','
+          format_plural: false
+          format_plural_string: "1\x03@count"
+          prefix: ''
+          suffix: ''
+          plugin_id: numeric
+      group_by: false
+      title: 'File usage'
+      arguments:
+        fid:
+          id: fid
+          table: file_managed
+          field: fid
+          relationship: none
+          group_type: group
+          admin_label: ''
+          default_action: 'not found'
+          exception:
+            value: all
+            title_enable: false
+            title: All
+          title_enable: true
+          title: 'File usage information for {{ arguments.fid }}'
+          default_argument_type: fixed
+          default_argument_options:
+            argument: ''
+          default_argument_skip_url: false
+          summary_options:
+            base_path: ''
+            count: true
+            items_per_page: 25
+            override: false
+          summary:
+            sort_order: asc
+            number_of_records: 0
+            format: default_summary
+          specify_validation: false
+          validate:
+            type: none
+            fail: 'not found'
+          validate_options: {  }
+          break_phrase: false
+          not: false
+          plugin_id: file_fid
+          entity_type: file
+          entity_field: fid
+      style:
+        type: table
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          override: true
+          sticky: false
+          caption: ''
+          summary: ''
+          description: ''
+          columns:
+            entity_label: entity_label
+            type: type
+            module: module
+            count: count
+          info:
+            entity_label:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            type:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-medium
+            module:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-low
+            count:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+          default: entity_label
+          empty_table: true
+      row:
+        type: fields
+        options: {  }
+      relationships:
+        fid:
+          id: fid
+          table: file_managed
+          field: fid
+          relationship: none
+          group_type: group
+          admin_label: 'File usage'
+          required: true
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - user.permissions
+      max-age: 0
+      tags: {  }
diff --git a/config/default/sync/views.view.frontpage.yml b/config/default/sync/views.view.frontpage.yml
new file mode 100644
index 0000000000000000000000000000000000000000..dbc65f2c178678bb3865e50961bbacd12af55890
--- /dev/null
+++ b/config/default/sync/views.view.frontpage.yml
@@ -0,0 +1,305 @@
+uuid: 26d046e3-b8db-4773-ad1b-a5b6b3ac9395
+langcode: en
+status: true
+dependencies:
+  config:
+    - core.entity_view_mode.node.rss
+    - core.entity_view_mode.node.teaser
+  module:
+    - node
+    - user
+_core:
+  default_config_hash: GNfx9kN8-0_KgQ-xf3fjdXCCzZwXCI8T0IPFW8SIe7g
+id: frontpage
+label: Frontpage
+module: node
+description: 'All content promoted to the front page.'
+tag: default
+base_table: node_field_data
+base_field: nid
+core: 8.x
+display:
+  default:
+    display_options:
+      access:
+        type: perm
+        options:
+          perm: 'access content'
+      cache:
+        type: tag
+        options: {  }
+      empty:
+        area_text_custom:
+          admin_label: ''
+          content: 'No front page content has been created yet.'
+          empty: true
+          field: area_text_custom
+          group_type: group
+          id: area_text_custom
+          label: ''
+          relationship: none
+          table: views
+          tokenize: false
+          plugin_id: text_custom
+        node_listing_empty:
+          admin_label: ''
+          empty: true
+          field: node_listing_empty
+          group_type: group
+          id: node_listing_empty
+          label: ''
+          relationship: none
+          table: node
+          plugin_id: node_listing_empty
+          entity_type: node
+        title:
+          id: title
+          table: views
+          field: title
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: ''
+          empty: true
+          title: 'Welcome to [site:name]'
+          plugin_id: title
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Apply
+          reset_button: false
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      filters:
+        promote:
+          admin_label: ''
+          expose:
+            description: ''
+            identifier: ''
+            label: ''
+            multiple: false
+            operator: ''
+            operator_id: ''
+            remember: false
+            remember_roles:
+              authenticated: authenticated
+            required: false
+            use_operator: false
+          exposed: false
+          field: promote
+          group: 1
+          group_info:
+            default_group: All
+            default_group_multiple: {  }
+            description: ''
+            group_items: {  }
+            identifier: ''
+            label: ''
+            multiple: false
+            optional: true
+            remember: false
+            widget: select
+          group_type: group
+          id: promote
+          is_grouped: false
+          operator: '='
+          relationship: none
+          table: node_field_data
+          value: '1'
+          plugin_id: boolean
+          entity_type: node
+          entity_field: promote
+        status:
+          expose:
+            operator: ''
+          field: status
+          group: 1
+          id: status
+          table: node_field_data
+          value: '1'
+          plugin_id: boolean
+          entity_type: node
+          entity_field: status
+        langcode:
+          id: langcode
+          table: node_field_data
+          field: langcode
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: in
+          value:
+            '***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
+          group: 1
+          exposed: false
+          expose:
+            operator_id: ''
+            label: ''
+            description: ''
+            use_operator: false
+            operator: ''
+            identifier: ''
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+            reduce: 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: {  }
+          plugin_id: language
+          entity_type: node
+          entity_field: langcode
+      pager:
+        type: full
+        options:
+          items_per_page: 10
+          offset: 0
+          id: 0
+          total_pages: 0
+          expose:
+            items_per_page: false
+            items_per_page_label: 'Items per page'
+            items_per_page_options: '5, 10, 25, 50'
+            items_per_page_options_all: false
+            items_per_page_options_all_label: '- All -'
+            offset: false
+            offset_label: Offset
+          tags:
+            previous: '‹ Previous'
+            next: 'Next ›'
+            first: '« First'
+            last: 'Last »'
+          quantity: 9
+      query:
+        type: views_query
+        options:
+          disable_sql_rewrite: false
+          distinct: false
+          replica: false
+          query_comment: ''
+          query_tags: {  }
+      row:
+        type: 'entity:node'
+        options:
+          view_mode: teaser
+      sorts:
+        sticky:
+          admin_label: ''
+          expose:
+            label: ''
+          exposed: false
+          field: sticky
+          group_type: group
+          id: sticky
+          order: DESC
+          relationship: none
+          table: node_field_data
+          plugin_id: boolean
+          entity_type: node
+          entity_field: sticky
+        created:
+          field: created
+          id: created
+          order: DESC
+          table: node_field_data
+          plugin_id: date
+          relationship: none
+          group_type: group
+          admin_label: ''
+          exposed: false
+          expose:
+            label: ''
+          granularity: second
+          entity_type: node
+          entity_field: created
+      style:
+        type: default
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          uses_fields: false
+      title: ''
+      header: {  }
+      footer: {  }
+      relationships: {  }
+      fields: {  }
+      arguments: {  }
+      display_extenders: {  }
+    display_plugin: default
+    display_title: Master
+    id: default
+    position: 0
+    cache_metadata:
+      contexts:
+        - 'languages:language_interface'
+        - url.query_args
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
+  feed_1:
+    display_plugin: feed
+    id: feed_1
+    display_title: Feed
+    position: 2
+    display_options:
+      sitename_title: true
+      path: rss.xml
+      displays:
+        page_1: page_1
+        default: ''
+      pager:
+        type: some
+        options:
+          items_per_page: 10
+          offset: 0
+      style:
+        type: rss
+        options:
+          description: ''
+          grouping: {  }
+          uses_fields: false
+      row:
+        type: node_rss
+        options:
+          relationship: none
+          view_mode: rss
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_interface'
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
+  page_1:
+    display_options:
+      path: node
+      display_extenders: {  }
+    display_plugin: page
+    display_title: Page
+    id: page_1
+    position: 1
+    cache_metadata:
+      contexts:
+        - 'languages:language_interface'
+        - url.query_args
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
diff --git a/config/default/sync/views.view.glossary.yml b/config/default/sync/views.view.glossary.yml
new file mode 100644
index 0000000000000000000000000000000000000000..bdb2c6a2f1defd3cba578256fb6221baa824f3bc
--- /dev/null
+++ b/config/default/sync/views.view.glossary.yml
@@ -0,0 +1,459 @@
+uuid: b0024b3f-1f21-4103-b448-830af9c22606
+langcode: en
+status: false
+dependencies:
+  config:
+    - system.menu.main
+  module:
+    - node
+    - user
+_core:
+  default_config_hash: '-pCFOVfbt__jaohFffTLnVavh4OBC6CjREAnchiRomQ'
+id: glossary
+label: Glossary
+module: node
+description: 'All content, by letter.'
+tag: default
+base_table: node_field_data
+base_field: nid
+core: '8'
+display:
+  default:
+    id: default
+    display_title: Master
+    display_plugin: default
+    position: 0
+    display_options:
+      query:
+        type: views_query
+        options:
+          query_comment: ''
+          disable_sql_rewrite: false
+          distinct: false
+          replica: false
+          query_tags: {  }
+      use_ajax: true
+      access:
+        type: perm
+        options:
+          perm: 'access content'
+      cache:
+        type: tag
+        options: {  }
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Apply
+          reset_button: false
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      pager:
+        type: mini
+        options:
+          items_per_page: 36
+          offset: 0
+          id: 0
+          total_pages: 0
+          expose:
+            items_per_page: false
+            items_per_page_label: 'Items per page'
+            items_per_page_options: '5, 10, 25, 50'
+            items_per_page_options_all: false
+            items_per_page_options_all_label: '- All -'
+            offset: false
+            offset_label: Offset
+          tags:
+            previous: ‹‹
+            next: ››
+      fields:
+        title:
+          id: title
+          table: node_field_data
+          field: title
+          plugin_id: field
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Title
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          entity_type: node
+          entity_field: title
+        name:
+          id: name
+          table: users_field_data
+          field: name
+          label: Author
+          relationship: uid
+          plugin_id: field
+          type: user_name
+          group_type: group
+          admin_label: ''
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          entity_type: user
+          entity_field: name
+        changed:
+          id: changed
+          table: node_field_data
+          field: changed
+          label: 'Last update'
+          type: timestamp
+          settings:
+            date_format: long
+            custom_date_format: ''
+            timezone: ''
+          plugin_id: field
+          relationship: none
+          group_type: group
+          admin_label: ''
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          entity_type: node
+          entity_field: changed
+      arguments:
+        title:
+          id: title
+          table: node_field_data
+          field: title
+          default_action: default
+          exception:
+            title_enable: true
+          default_argument_type: fixed
+          default_argument_options:
+            argument: a
+          summary:
+            format: default_summary
+          specify_validation: true
+          glossary: true
+          limit: 1
+          case: upper
+          path_case: lower
+          transform_dash: false
+          plugin_id: string
+          relationship: none
+          group_type: group
+          admin_label: ''
+          title_enable: false
+          title: ''
+          default_argument_skip_url: false
+          summary_options: {  }
+          validate:
+            type: none
+            fail: 'not found'
+          validate_options: {  }
+          break_phrase: false
+          entity_type: node
+          entity_field: title
+      relationships:
+        uid:
+          id: uid
+          table: node_field_data
+          field: uid
+          plugin_id: standard
+          relationship: none
+          group_type: group
+          admin_label: author
+          required: false
+      style:
+        type: table
+        options:
+          columns:
+            title: title
+            name: name
+            changed: changed
+          default: title
+          info:
+            title:
+              sortable: true
+              separator: ''
+            name:
+              sortable: true
+              separator: ''
+            changed:
+              sortable: true
+              separator: ''
+          override: true
+          sticky: false
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          uses_fields: false
+          order: asc
+          summary: ''
+          empty_table: false
+      row:
+        type: fields
+        options:
+          inline: {  }
+          separator: ''
+          hide_empty: false
+          default_field_elements: true
+      header: {  }
+      footer: {  }
+      empty: {  }
+      sorts: {  }
+      filters:
+        langcode:
+          id: langcode
+          table: node_field_data
+          field: langcode
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: in
+          value:
+            '***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
+          group: 1
+          exposed: false
+          expose:
+            operator_id: ''
+            label: ''
+            description: ''
+            use_operator: false
+            operator: ''
+            identifier: ''
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+            reduce: 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: {  }
+          plugin_id: language
+          entity_type: node
+          entity_field: langcode
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: 0
+      tags: {  }
+  attachment_1:
+    id: attachment_1
+    display_title: Attachment
+    display_plugin: attachment
+    position: 2
+    display_options:
+      query:
+        type: views_query
+        options: {  }
+      pager:
+        type: none
+        options:
+          offset: 0
+          items_per_page: 0
+      defaults:
+        arguments: false
+      arguments:
+        title:
+          id: title
+          table: node_field_data
+          field: title
+          default_action: summary
+          exception:
+            title_enable: true
+          default_argument_type: fixed
+          default_argument_options:
+            argument: a
+          summary:
+            format: unformatted_summary
+          summary_options:
+            items_per_page: 25
+            inline: true
+            separator: ' | '
+          specify_validation: true
+          glossary: true
+          limit: 1
+          case: upper
+          path_case: lower
+          transform_dash: false
+          plugin_id: string
+          relationship: none
+          group_type: group
+          admin_label: ''
+          title_enable: false
+          title: ''
+          default_argument_skip_url: false
+          validate:
+            type: none
+            fail: 'not found'
+          validate_options: {  }
+          break_phrase: false
+          entity_type: node
+          entity_field: title
+      displays:
+        default: default
+        page_1: page_1
+      inherit_arguments: false
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: 0
+      tags: {  }
+  page_1:
+    id: page_1
+    display_title: Page
+    display_plugin: page
+    position: 1
+    display_options:
+      query:
+        type: views_query
+        options: {  }
+      path: glossary
+      menu:
+        type: normal
+        title: Glossary
+        weight: 0
+        menu_name: main
+        parent: ''
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: 0
+      tags: {  }
diff --git a/config/default/sync/views.view.taxonomy_term.yml b/config/default/sync/views.view.taxonomy_term.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0d6934609d23e952056847d50ed8ef527d1fe515
--- /dev/null
+++ b/config/default/sync/views.view.taxonomy_term.yml
@@ -0,0 +1,314 @@
+uuid: 06c9ff00-ca3d-4d34-8868-0f60d8e31f3b
+langcode: en
+status: true
+dependencies:
+  config:
+    - core.entity_view_mode.node.teaser
+  module:
+    - node
+    - taxonomy
+    - user
+_core:
+  default_config_hash: Gy5PaLdfFhtFSRqJxV-DBTF5AocKgNA2CsCNNEbvx4c
+id: taxonomy_term
+label: 'Taxonomy term'
+module: taxonomy
+description: 'Content belonging to a certain taxonomy term.'
+tag: default
+base_table: node_field_data
+base_field: nid
+core: '8'
+display:
+  default:
+    id: default
+    display_title: Master
+    display_plugin: default
+    position: 0
+    display_options:
+      query:
+        type: views_query
+        options:
+          query_comment: ''
+          disable_sql_rewrite: false
+          distinct: false
+          replica: false
+          query_tags: {  }
+      access:
+        type: perm
+        options:
+          perm: 'access content'
+      cache:
+        type: tag
+        options: {  }
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Apply
+          reset_button: false
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      pager:
+        type: mini
+        options:
+          items_per_page: 10
+          offset: 0
+          id: 0
+          total_pages: 0
+          expose:
+            items_per_page: false
+            items_per_page_label: 'Items per page'
+            items_per_page_options: '5, 10, 25, 50'
+            items_per_page_options_all: false
+            items_per_page_options_all_label: '- All -'
+            offset: false
+            offset_label: Offset
+          tags:
+            previous: ‹‹
+            next: ››
+      sorts:
+        sticky:
+          id: sticky
+          table: taxonomy_index
+          field: sticky
+          order: DESC
+          plugin_id: standard
+          relationship: none
+          group_type: group
+          admin_label: ''
+          exposed: false
+          expose:
+            label: ''
+        created:
+          id: created
+          table: taxonomy_index
+          field: created
+          order: DESC
+          plugin_id: date
+          relationship: none
+          group_type: group
+          admin_label: ''
+          exposed: false
+          expose:
+            label: ''
+          granularity: second
+      arguments:
+        tid:
+          id: tid
+          table: taxonomy_index
+          field: tid
+          relationship: none
+          group_type: group
+          admin_label: ''
+          default_action: 'not found'
+          exception:
+            value: ''
+            title_enable: false
+            title: All
+          title_enable: true
+          title: '{{ arguments.tid }}'
+          default_argument_type: fixed
+          default_argument_options:
+            argument: ''
+          default_argument_skip_url: false
+          summary_options:
+            base_path: ''
+            count: true
+            items_per_page: 25
+            override: false
+          summary:
+            sort_order: asc
+            number_of_records: 0
+            format: default_summary
+          specify_validation: true
+          validate:
+            type: 'entity:taxonomy_term'
+            fail: 'not found'
+          validate_options:
+            access: true
+            operation: view
+            multiple: 0
+            bundles: {  }
+          break_phrase: false
+          add_table: false
+          require_value: false
+          reduce_duplicates: false
+          plugin_id: taxonomy_index_tid
+      filters:
+        langcode:
+          id: langcode
+          table: node_field_data
+          field: langcode
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: in
+          value:
+            '***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
+          group: 1
+          exposed: false
+          expose:
+            operator_id: ''
+            label: ''
+            description: ''
+            use_operator: false
+            operator: ''
+            identifier: ''
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+            reduce: 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: {  }
+          plugin_id: language
+          entity_type: node
+          entity_field: langcode
+        status:
+          id: status
+          table: taxonomy_index
+          field: status
+          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
+            remember_roles:
+              authenticated: authenticated
+          is_grouped: false
+          group_info:
+            label: ''
+            description: ''
+            identifier: ''
+            optional: true
+            widget: select
+            multiple: false
+            remember: false
+            default_group: All
+            default_group_multiple: {  }
+            group_items: {  }
+          plugin_id: boolean
+      style:
+        type: default
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          uses_fields: false
+      row:
+        type: 'entity:node'
+        options:
+          view_mode: teaser
+      header:
+        entity_taxonomy_term:
+          id: entity_taxonomy_term
+          table: views
+          field: entity_taxonomy_term
+          relationship: none
+          group_type: group
+          admin_label: ''
+          empty: true
+          tokenize: true
+          target: '{{ raw_arguments.tid }}'
+          view_mode: full
+          bypass_access: false
+          plugin_id: entity
+      footer: {  }
+      empty: {  }
+      relationships: {  }
+      fields: {  }
+      display_extenders: {  }
+      link_url: ''
+      link_display: page_1
+    cache_metadata:
+      contexts:
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
+  feed_1:
+    id: feed_1
+    display_title: Feed
+    display_plugin: feed
+    position: 2
+    display_options:
+      query:
+        type: views_query
+        options: {  }
+      pager:
+        type: some
+        options:
+          items_per_page: 10
+          offset: 0
+      path: taxonomy/term/%/feed
+      displays:
+        page_1: page_1
+        default: '0'
+      style:
+        type: rss
+        options:
+          description: ''
+          grouping: {  }
+          uses_fields: false
+      row:
+        type: node_rss
+        options:
+          relationship: none
+          view_mode: default
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_interface'
+        - url
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
+  page_1:
+    id: page_1
+    display_title: Page
+    display_plugin: page
+    position: 1
+    display_options:
+      query:
+        type: views_query
+        options: {  }
+      path: taxonomy/term/%
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - 'user.node_grants:view'
+        - user.permissions
+      max-age: -1
+      tags: {  }
diff --git a/config/default/sync/views.view.user_admin_people.yml b/config/default/sync/views.view.user_admin_people.yml
new file mode 100644
index 0000000000000000000000000000000000000000..5d71d18a015db7c915335b688c486d59f0cf579d
--- /dev/null
+++ b/config/default/sync/views.view.user_admin_people.yml
@@ -0,0 +1,915 @@
+uuid: ee1b43cc-b5e3-4b79-a52e-9d8a18f148d4
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: wTJRNzsLVTenCALONNlVfgm_pBOlqucSPuVFLOD56ck
+id: user_admin_people
+label: People
+module: user
+description: 'Find and manage people interacting with your site.'
+tag: default
+base_table: users_field_data
+base_field: uid
+core: 8.x
+display:
+  default:
+    display_plugin: default
+    id: default
+    display_title: Master
+    position: 0
+    display_options:
+      access:
+        type: perm
+        options:
+          perm: 'administer users'
+      cache:
+        type: tag
+      query:
+        type: views_query
+        options:
+          disable_sql_rewrite: false
+          distinct: false
+          replica: false
+          query_comment: ''
+          query_tags: {  }
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Filter
+          reset_button: true
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      pager:
+        type: full
+        options:
+          items_per_page: 50
+          offset: 0
+          id: 0
+          total_pages: 0
+          tags:
+            previous: '‹ Previous'
+            next: 'Next ›'
+            first: '« First'
+            last: 'Last »'
+          expose:
+            items_per_page: false
+            items_per_page_label: 'Items per page'
+            items_per_page_options: '5, 10, 25, 50'
+            items_per_page_options_all: false
+            items_per_page_options_all_label: '- All -'
+            offset: false
+            offset_label: Offset
+          quantity: 9
+      style:
+        type: table
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          override: true
+          sticky: false
+          summary: ''
+          columns:
+            user_bulk_form: user_bulk_form
+            name: name
+            status: status
+            rid: rid
+            created: created
+            access: access
+            edit_node: edit_node
+            dropbutton: dropbutton
+          info:
+            user_bulk_form:
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            name:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+            status:
+              sortable: true
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-low
+            rid:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-low
+            created:
+              sortable: true
+              default_sort_order: desc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-low
+            access:
+              sortable: true
+              default_sort_order: desc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-low
+            edit_node:
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: priority-low
+            dropbutton:
+              sortable: false
+              default_sort_order: asc
+              align: ''
+              separator: ''
+              empty_column: false
+              responsive: ''
+          default: created
+          empty_table: true
+      row:
+        type: fields
+      fields:
+        user_bulk_form:
+          id: user_bulk_form
+          table: users
+          field: user_bulk_form
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Bulk update'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          plugin_id: user_bulk_form
+          entity_type: user
+        name:
+          id: name
+          table: users_field_data
+          field: name
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Username
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          plugin_id: field
+          type: user_name
+          entity_type: user
+          entity_field: name
+        status:
+          id: status
+          table: users_field_data
+          field: status
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Status
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          plugin_id: field
+          type: boolean
+          settings:
+            format: custom
+            format_custom_true: Active
+            format_custom_false: Blocked
+          entity_type: user
+          entity_field: status
+        roles_target_id:
+          id: roles_target_id
+          table: user__roles
+          field: roles_target_id
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Roles
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: ul
+          separator: ', '
+          plugin_id: user_roles
+        created:
+          id: created
+          table: users_field_data
+          field: created
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Member for'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: timestamp_ago
+          settings:
+            future_format: '@interval'
+            past_format: '@interval'
+            granularity: 2
+          plugin_id: field
+          entity_type: user
+          entity_field: created
+        access:
+          id: access
+          table: users_field_data
+          field: access
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: 'Last access'
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          type: timestamp_ago
+          settings:
+            future_format: '@interval hence'
+            past_format: '@interval ago'
+            granularity: 2
+          plugin_id: field
+          entity_type: user
+          entity_field: access
+        operations:
+          id: operations
+          table: users
+          field: operations
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: Operations
+          exclude: false
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          destination: true
+          entity_type: user
+          plugin_id: entity_operations
+        mail:
+          id: mail
+          table: users_field_data
+          field: mail
+          relationship: none
+          group_type: group
+          admin_label: ''
+          label: ''
+          exclude: true
+          alter:
+            alter_text: false
+            text: ''
+            make_link: false
+            path: ''
+            absolute: false
+            external: false
+            replace_spaces: false
+            path_case: none
+            trim_whitespace: false
+            alt: ''
+            rel: ''
+            link_class: ''
+            prefix: ''
+            suffix: ''
+            target: ''
+            nl2br: false
+            max_length: 0
+            word_boundary: true
+            ellipsis: true
+            more_link: false
+            more_link_text: ''
+            more_link_path: ''
+            strip_tags: false
+            trim: false
+            preserve_tags: ''
+            html: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: false
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_empty: false
+          empty_zero: false
+          hide_alter_empty: true
+          click_sort_column: value
+          type: basic_string
+          settings: {  }
+          group_column: value
+          group_columns: {  }
+          group_rows: true
+          delta_limit: 0
+          delta_offset: 0
+          delta_reversed: false
+          delta_first_last: false
+          multi_type: separator
+          separator: ', '
+          field_api_classes: false
+          plugin_id: field
+          entity_type: user
+          entity_field: mail
+      filters:
+        combine:
+          id: combine
+          table: views
+          field: combine
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: contains
+          value: ''
+          group: 1
+          exposed: true
+          expose:
+            operator_id: combine_op
+            label: 'Name or email contains'
+            description: ''
+            use_operator: false
+            operator: combine_op
+            identifier: user
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+          is_grouped: false
+          group_info:
+            label: ''
+            description: ''
+            identifier: ''
+            optional: true
+            widget: select
+            multiple: false
+            remember: false
+            default_group: All
+            default_group_multiple: {  }
+            group_items: {  }
+          fields:
+            name: name
+            mail: mail
+          plugin_id: combine
+        status:
+          id: status
+          table: users_field_data
+          field: status
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: '='
+          value: '1'
+          group: 1
+          exposed: true
+          expose:
+            operator_id: ''
+            label: ''
+            description: ''
+            use_operator: false
+            operator: status_op
+            identifier: status
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+          is_grouped: true
+          group_info:
+            label: Status
+            description: ''
+            identifier: status
+            optional: true
+            widget: select
+            multiple: false
+            remember: false
+            default_group: All
+            default_group_multiple: {  }
+            group_items:
+              1:
+                title: Active
+                operator: '='
+                value: '1'
+              2:
+                title: Blocked
+                operator: '='
+                value: '0'
+          plugin_id: boolean
+          entity_type: user
+          entity_field: status
+        roles_target_id:
+          id: roles_target_id
+          table: user__roles
+          field: roles_target_id
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: or
+          value: {  }
+          group: 1
+          exposed: true
+          expose:
+            operator_id: roles_target_id_op
+            label: Role
+            description: ''
+            use_operator: false
+            operator: roles_target_id_op
+            identifier: role
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+            reduce: 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: {  }
+          reduce_duplicates: false
+          plugin_id: user_roles
+        permission:
+          id: permission
+          table: user__roles
+          field: permission
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: or
+          value: {  }
+          group: 1
+          exposed: true
+          expose:
+            operator_id: permission_op
+            label: Permission
+            description: ''
+            use_operator: false
+            operator: permission_op
+            identifier: permission
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+            reduce: 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: {  }
+          reduce_duplicates: false
+          plugin_id: user_permissions
+        default_langcode:
+          id: default_langcode
+          table: users_field_data
+          field: default_langcode
+          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
+            remember_roles:
+              authenticated: authenticated
+          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: user
+          entity_field: default_langcode
+          plugin_id: boolean
+        uid_raw:
+          id: uid_raw
+          table: users_field_data
+          field: uid_raw
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: '!='
+          value:
+            min: ''
+            max: ''
+            value: '0'
+          group: 1
+          exposed: false
+          expose:
+            operator_id: '0'
+            label: ''
+            description: ''
+            use_operator: false
+            operator: ''
+            identifier: ''
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+          is_grouped: false
+          group_info:
+            label: ''
+            description: ''
+            identifier: ''
+            optional: true
+            widget: select
+            multiple: false
+            remember: false
+            default_group: All
+            default_group_multiple: {  }
+            group_items: {  }
+          plugin_id: numeric
+          entity_type: user
+      sorts:
+        created:
+          id: created
+          table: users_field_data
+          field: created
+          relationship: none
+          group_type: group
+          admin_label: ''
+          order: DESC
+          exposed: false
+          expose:
+            label: ''
+          granularity: second
+          plugin_id: date
+          entity_type: user
+          entity_field: created
+      title: People
+      empty:
+        area_text_custom:
+          id: area_text_custom
+          table: views
+          field: area_text_custom
+          relationship: none
+          group_type: group
+          admin_label: ''
+          empty: true
+          tokenize: false
+          content: 'No people available.'
+          plugin_id: text_custom
+      use_more: false
+      use_more_always: false
+      use_more_text: more
+      display_comment: ''
+      use_ajax: false
+      hide_attachment_summary: false
+      show_admin_links: true
+      group_by: false
+      link_url: ''
+      link_display: page_1
+      css_class: ''
+      filter_groups:
+        operator: AND
+        groups:
+          1: AND
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - user.permissions
+      max-age: 0
+      tags: {  }
+  page_1:
+    display_plugin: page
+    id: page_1
+    display_title: Page
+    position: 1
+    display_options:
+      path: admin/people/list
+      show_admin_links: false
+      menu:
+        type: 'default tab'
+        title: List
+        description: 'Find and manage people interacting with your site.'
+        menu_name: admin
+        weight: -10
+        context: ''
+      tab_options:
+        type: normal
+        title: People
+        description: 'Manage user accounts, roles, and permissions.'
+        menu_name: admin
+        weight: 0
+      defaults:
+        show_admin_links: false
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - url
+        - url.query_args
+        - user.permissions
+      max-age: 0
+      tags: {  }
diff --git a/config/default/sync/views.view.who_s_new.yml b/config/default/sync/views.view.who_s_new.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8f1003301d53fdbf8cfaba1159588c9d84f5acd6
--- /dev/null
+++ b/config/default/sync/views.view.who_s_new.yml
@@ -0,0 +1,193 @@
+uuid: c7b377bb-ca6e-4c2d-827b-1e0bbf13f383
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: o_8fSWHZOVIbydZACGsSX09DtuJhqkRmNOzcVj-4bQI
+id: who_s_new
+label: 'Who''s new'
+module: user
+description: 'Shows a list of the newest user accounts on the site.'
+tag: default
+base_table: users_field_data
+base_field: uid
+core: 8.x
+display:
+  default:
+    display_plugin: default
+    id: default
+    display_title: Master
+    position: 0
+    display_options:
+      access:
+        type: perm
+        options:
+          perm: 'access content'
+      cache:
+        type: tag
+        options: {  }
+      query:
+        type: views_query
+        options:
+          disable_sql_rewrite: false
+          distinct: false
+          replica: false
+          query_comment: ''
+          query_tags: {  }
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Apply
+          reset_button: false
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      pager:
+        type: some
+        options:
+          items_per_page: 5
+          offset: 0
+      style:
+        type: html_list
+      row:
+        type: fields
+      fields:
+        name:
+          id: name
+          table: users_field_data
+          field: name
+          label: ''
+          plugin_id: field
+          type: user_name
+          alter:
+            alter_text: false
+            make_link: false
+            absolute: false
+            trim: false
+            word_boundary: false
+            ellipsis: false
+            strip_tags: false
+            html: false
+          hide_empty: false
+          empty_zero: false
+          relationship: none
+          group_type: group
+          admin_label: ''
+          exclude: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_alter_empty: true
+          entity_type: user
+          entity_field: name
+      filters:
+        status:
+          value: '1'
+          table: users_field_data
+          field: status
+          id: status
+          expose:
+            operator: '0'
+          group: 1
+          plugin_id: boolean
+          entity_type: user
+          entity_field: status
+        access:
+          id: access
+          table: users_field_data
+          field: access
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: '>'
+          value:
+            min: ''
+            max: ''
+            value: '1970-01-01'
+            type: date
+          group: 1
+          exposed: false
+          expose:
+            operator_id: '0'
+            label: ''
+            description: ''
+            use_operator: false
+            operator: ''
+            identifier: ''
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+          is_grouped: false
+          group_info:
+            label: ''
+            description: ''
+            identifier: ''
+            optional: true
+            widget: select
+            multiple: false
+            remember: false
+            default_group: All
+            default_group_multiple: {  }
+            group_items: {  }
+          plugin_id: date
+          entity_type: user
+          entity_field: access
+      sorts:
+        created:
+          id: created
+          table: users_field_data
+          field: created
+          relationship: none
+          group_type: group
+          admin_label: ''
+          order: DESC
+          exposed: false
+          expose:
+            label: ''
+          granularity: second
+          plugin_id: date
+          entity_type: user
+          entity_field: created
+      title: 'Who''s new'
+      header: {  }
+      footer: {  }
+      empty: {  }
+      relationships: {  }
+      arguments: {  }
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - user.permissions
+      max-age: -1
+      tags: {  }
+  block_1:
+    display_plugin: block
+    id: block_1
+    display_title: 'Who''s new'
+    position: 1
+    display_options:
+      display_description: 'A list of new users'
+      block_description: 'Who''s new'
+      block_category: User
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - user.permissions
+      max-age: -1
+      tags: {  }
diff --git a/config/default/sync/views.view.who_s_online.yml b/config/default/sync/views.view.who_s_online.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a5ec83a6fddfe735a31693f1036ecdae6c762447
--- /dev/null
+++ b/config/default/sync/views.view.who_s_online.yml
@@ -0,0 +1,222 @@
+uuid: b4cbed01-f8b2-4d63-a695-6dde4f2f65ff
+langcode: en
+status: true
+dependencies:
+  module:
+    - user
+_core:
+  default_config_hash: m0vmYmhrzMR6S_IC0UlK0Cl-q5lEvL8-EbxbbcDtk34
+id: who_s_online
+label: 'Who''s online block'
+module: user
+description: 'Shows the user names of the most recently active users, and the total number of active users.'
+tag: default
+base_table: users_field_data
+base_field: uid
+core: 8.x
+display:
+  default:
+    display_plugin: default
+    id: default
+    display_title: Master
+    position: 0
+    display_options:
+      access:
+        type: perm
+        options:
+          perm: 'access user profiles'
+      cache:
+        type: tag
+        options: {  }
+      query:
+        type: views_query
+        options:
+          disable_sql_rewrite: false
+          distinct: false
+          replica: false
+          query_comment: ''
+          query_tags: {  }
+      exposed_form:
+        type: basic
+        options:
+          submit_button: Apply
+          reset_button: false
+          reset_button_label: Reset
+          exposed_sorts_label: 'Sort by'
+          expose_sort_order: true
+          sort_asc_label: Asc
+          sort_desc_label: Desc
+      pager:
+        type: some
+        options:
+          items_per_page: 10
+          offset: 0
+      style:
+        type: html_list
+        options:
+          grouping: {  }
+          row_class: ''
+          default_row_class: true
+          type: ul
+          wrapper_class: item-list
+          class: ''
+      row:
+        type: fields
+      fields:
+        name:
+          id: name
+          table: users_field_data
+          field: name
+          label: ''
+          plugin_id: field
+          type: user_name
+          alter:
+            alter_text: false
+            make_link: false
+            absolute: false
+            trim: false
+            word_boundary: false
+            ellipsis: false
+            strip_tags: false
+            html: false
+          hide_empty: false
+          empty_zero: false
+          relationship: none
+          group_type: group
+          admin_label: ''
+          exclude: false
+          element_type: ''
+          element_class: ''
+          element_label_type: ''
+          element_label_class: ''
+          element_label_colon: true
+          element_wrapper_type: ''
+          element_wrapper_class: ''
+          element_default_classes: true
+          empty: ''
+          hide_alter_empty: true
+          entity_type: user
+          entity_field: name
+      filters:
+        status:
+          value: '1'
+          table: users_field_data
+          field: status
+          id: status
+          expose:
+            operator: '0'
+          group: 1
+          plugin_id: boolean
+          entity_type: user
+          entity_field: status
+        access:
+          id: access
+          table: users_field_data
+          field: access
+          relationship: none
+          group_type: group
+          admin_label: ''
+          operator: '>='
+          value:
+            min: ''
+            max: ''
+            value: '-15 minutes'
+            type: offset
+          group: 1
+          exposed: false
+          expose:
+            operator_id: access_op
+            label: 'Last access'
+            description: 'A user is considered online for this long after they have last viewed a page.'
+            use_operator: false
+            operator: access_op
+            identifier: access
+            required: false
+            remember: false
+            multiple: false
+            remember_roles:
+              authenticated: authenticated
+              anonymous: '0'
+              administrator: '0'
+          is_grouped: false
+          group_info:
+            label: ''
+            description: ''
+            identifier: ''
+            optional: true
+            widget: select
+            multiple: false
+            remember: false
+            default_group: All
+            default_group_multiple: {  }
+            group_items: {  }
+          plugin_id: date
+          entity_type: user
+          entity_field: access
+      sorts:
+        access:
+          id: access
+          table: users_field_data
+          field: access
+          order: DESC
+          relationship: none
+          group_type: group
+          admin_label: ''
+          exposed: false
+          expose:
+            label: ''
+          granularity: second
+          plugin_id: date
+          entity_type: user
+          entity_field: access
+      title: 'Who''s online'
+      header:
+        result:
+          id: result
+          table: views
+          field: result
+          relationship: none
+          group_type: group
+          admin_label: ''
+          empty: false
+          content: 'There are currently @total users online.'
+          plugin_id: result
+      footer: {  }
+      empty:
+        area_text_custom:
+          id: area_text_custom
+          table: views
+          field: area_text_custom
+          relationship: none
+          group_type: group
+          admin_label: ''
+          empty: true
+          tokenize: false
+          content: 'There are currently 0 users online.'
+          plugin_id: text_custom
+      relationships: {  }
+      arguments: {  }
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - user.permissions
+      max-age: -1
+      tags: {  }
+  who_s_online_block:
+    display_plugin: block
+    id: who_s_online_block
+    display_title: 'Who''s online'
+    position: 1
+    display_options:
+      block_description: 'Who''s online'
+      display_description: 'A list of users that are currently logged in.'
+      display_extenders: {  }
+    cache_metadata:
+      contexts:
+        - 'languages:language_content'
+        - 'languages:language_interface'
+        - user.permissions
+      max-age: -1
+      tags: {  }
diff --git a/config/default/sync/xmlsitemap.settings.file.file.yml b/config/default/sync/xmlsitemap.settings.file.file.yml
new file mode 100644
index 0000000000000000000000000000000000000000..75a164b4b4727403be26bbbfa9d93c9f8b9afca2
--- /dev/null
+++ b/config/default/sync/xmlsitemap.settings.file.file.yml
@@ -0,0 +1,3 @@
+status: true
+priority: 0.5
+changefreq: 60
diff --git a/config/default/sync/xmlsitemap.settings.node.article.yml b/config/default/sync/xmlsitemap.settings.node.article.yml
new file mode 100644
index 0000000000000000000000000000000000000000..75a164b4b4727403be26bbbfa9d93c9f8b9afca2
--- /dev/null
+++ b/config/default/sync/xmlsitemap.settings.node.article.yml
@@ -0,0 +1,3 @@
+status: true
+priority: 0.5
+changefreq: 60
diff --git a/config/default/sync/xmlsitemap.settings.node.page.yml b/config/default/sync/xmlsitemap.settings.node.page.yml
new file mode 100644
index 0000000000000000000000000000000000000000..75a164b4b4727403be26bbbfa9d93c9f8b9afca2
--- /dev/null
+++ b/config/default/sync/xmlsitemap.settings.node.page.yml
@@ -0,0 +1,3 @@
+status: true
+priority: 0.5
+changefreq: 60
diff --git a/config/default/sync/xmlsitemap.settings.taxonomy_term.tags.yml b/config/default/sync/xmlsitemap.settings.taxonomy_term.tags.yml
new file mode 100644
index 0000000000000000000000000000000000000000..75a164b4b4727403be26bbbfa9d93c9f8b9afca2
--- /dev/null
+++ b/config/default/sync/xmlsitemap.settings.taxonomy_term.tags.yml
@@ -0,0 +1,3 @@
+status: true
+priority: 0.5
+changefreq: 60
diff --git a/config/default/sync/xmlsitemap.settings.yml b/config/default/sync/xmlsitemap.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..9b04db1d97979411f277b070fc46134824673187
--- /dev/null
+++ b/config/default/sync/xmlsitemap.settings.yml
@@ -0,0 +1,17 @@
+minimum_lifetime: 0
+xsl: 1
+prefetch_aliases: 1
+chunk_size: auto
+batch_limit: 100
+path: xmlsitemap
+frontpage_priority: !!float 1
+frontpage_changefreq: 86400
+lastmod_format: 'Y-m-d\TH:i\Z'
+gz: false
+clean_url: 0
+cron_threshold_error: 1209600
+cron_threshold_warning: 172800
+disable_cron_regeneration: false
+i18n_selection_mode: simple
+_core:
+  default_config_hash: 3my4yxTczVKbcKZ8ss1fyyilU1wC19kLZd_IPRbxuyU
diff --git a/config/default/sync/xmlsitemap.xmlsitemap.NXhscRe0440PFpI5dSznEVgmauL25KojD7u4e9aZwOM.yml b/config/default/sync/xmlsitemap.xmlsitemap.NXhscRe0440PFpI5dSznEVgmauL25KojD7u4e9aZwOM.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7921c3f15184ec9e22d504901da173b44fe745ea
--- /dev/null
+++ b/config/default/sync/xmlsitemap.xmlsitemap.NXhscRe0440PFpI5dSznEVgmauL25KojD7u4e9aZwOM.yml
@@ -0,0 +1,11 @@
+uuid: b86a76c6-c686-4b8f-99c7-4cd1ae2944b2
+langcode: en
+status: true
+dependencies: {  }
+id: NXhscRe0440PFpI5dSznEVgmauL25KojD7u4e9aZwOM
+label: 'Full Sitemap'
+chunks: null
+links: null
+max_filesize: null
+context: {  }
+updated: null