Commit ec8c87f2 authored by Abdullah Yassin's avatar Abdullah Yassin
Browse files

Issue #3293118: Add optional configuration and prepare install and schema...

Issue #3293118: Add optional configuration and prepare install and schema config to start work on it
parent 022043db
Loading
Loading
Loading
Loading
+0 −0

Empty file added.

+22 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  module:
    - system
  theme:
    - vartheme_bs5
id: vartheme_bs5_branding
theme: vartheme_bs5
region: navbar_branding
weight: -1
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: false
  use_site_slogan: false
visibility: {}
+19 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  module:
    - system
  theme:
    - vartheme_bs5
id: vartheme_bs5_breadcrumbs
theme: vartheme_bs5
region: header
weight: -4
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:
    - vartheme_bs5
id: vartheme_bs5_content
theme: vartheme_bs5
region: content
weight: -5
provider: null
plugin: system_main_block
settings:
  id: system_main_block
  label: "Main page content"
  provider: system
  label_display: "0"
visibility: {}
+23 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - system.menu.footer
  module:
    - system
  theme:
    - vartheme_bs5
id: vartheme_bs5_footer
theme: vartheme_bs5
region: footer
weight: -5
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: {}
Loading