Commit a4b9e1ef authored by Florent Torregrosa's avatar Florent Torregrosa Committed by Florent Torregrosa
Browse files

Issue #3278423 by Grimreaper: WIP: Update regions. Start theming of default blocks.

parent cf2b4e27
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - system.menu.account
  module:
    - system
  theme:
    - ui_suite_bootstrap
id: ui_suite_bootstrap_account_menu
theme: ui_suite_bootstrap
region: navigation_collapsible
weight: 11
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: 2
  expand_all_items: false
visibility: {  }
+22 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  module:
    - system
  theme:
    - ui_suite_bootstrap
id: ui_suite_bootstrap_branding
theme: ui_suite_bootstrap
region: navigation
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: false
visibility: {  }
+19 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  module:
    - system
  theme:
    - ui_suite_bootstrap
id: ui_suite_bootstrap_breadcrumbs
theme: ui_suite_bootstrap
region: header
weight: -100
provider: null
plugin: system_breadcrumb_block
settings:
  id: system_breadcrumb_block
  label: Breadcrumbs
  provider: system
  label_display: '0'
visibility: {  }
+19 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  module:
    - system
  theme:
    - ui_suite_bootstrap
id: ui_suite_bootstrap_content
theme: ui_suite_bootstrap
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: {  }
+24 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - system.menu.footer
  module:
    - system
  theme:
    - ui_suite_bootstrap
id: ui_suite_bootstrap_footer
theme: ui_suite_bootstrap
region: footer
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
  expand_all_items: false
visibility: {  }
Loading