diff --git a/core/profiles/standard/config/block.block.bartik_branding.yml b/core/profiles/standard/config/block.block.bartik_branding.yml new file mode 100644 index 0000000..9d9b1ee --- /dev/null +++ b/core/profiles/standard/config/block.block.bartik_branding.yml @@ -0,0 +1,22 @@ +id: bartik_branding +theme: bartik +weight: 0 +status: true +langcode: en +region: header_first +plugin: system_branding_block +settings: + label: 'Page Site Branding' + module: system + label_display: '0' + cache: -1 +visibility: + path: + visibility: 0 + pages: '' + role: + roles: { } + node_type: + types: + article: '0' + page: '0' diff --git a/core/themes/bartik/config/block.block.bartik.branding.yml b/core/themes/bartik/config/block.block.bartik.branding.yml deleted file mode 100644 index 3ead5de..0000000 --- a/core/themes/bartik/config/block.block.bartik.branding.yml +++ /dev/null @@ -1,21 +0,0 @@ -id: bartik.branding -weight: 0 -status: TRUE -langcode: en -region: header_first -plugin: system_branding_block -settings: - label: 'Page Site Branding' - module: system - label_display: '0' - cache: -1 -visibility: - path: - visibility: 0 - pages: '' - role: - roles: { } - node_type: - types: - article: '0' - page: '0' diff --git a/core/themes/bartik/config/schema/block.block.bartik.branding.schema.yml b/core/themes/bartik/config/schema/block.block.bartik.branding.schema.yml deleted file mode 100644 index 57cd696..0000000 --- a/core/themes/bartik/config/schema/block.block.bartik.branding.schema.yml +++ /dev/null @@ -1,92 +0,0 @@ -# Schema for the configuration files of the Block module. - -block.block.bartik.branding: - type: mapping - label: 'Block' - mapping: - id: - type: string - label: 'ID' - uuid: - type: string - label: 'UUID' - theme: - type: string - label: 'Theme' - region: - type: string - label: 'Region' - weight: - type: integer - label: 'Weight' - module: - type: string - label: 'Module' - status: - type: boolean - label: 'Status' - visibility: - type: mapping - label: 'Visibility settings' - mapping: - path: - type: mapping - label: 'Pages' - mapping: - visibility: - type: integer - label: 'Visibility' - pages: - type: string - label: 'Show block on specific pages' - role: - type: mapping - label: 'Roles' - mapping: - roles: - type: sequence - label: 'Show block for specific roles' - sequence: - - type: string - label: 'Role' - node_type: - type: mapping - label: 'Content types' - mapping: - types: - type: sequence - label: 'Show block for specific content types' - sequence: - - type: string - label: 'Node type' - plugin: - type: string - label: 'Plugin' - settings: - type: mapping - label: 'Block settings' - mapping: - label: - type: label - label: 'Description' - label_display: - type: string - label: 'Display title' - cache: - type: integer - label: 'Cache' - status: - type: boolean - label: 'Status' - info: - type: label - label: 'Admin info' - view_mode: - type: string - label: 'View mode' - module: - type: string - label: 'Module' - langcode: - type: string - label: 'Default language' diff --git a/core/themes/stark/config/block.block.stark.branding.yml b/core/themes/stark/config/block.block.stark.branding.yml deleted file mode 100644 index 4ef0130..0000000 --- a/core/themes/stark/config/block.block.stark.branding.yml +++ /dev/null @@ -1,21 +0,0 @@ -id: stark.branding -weight: 0 -status: TRUE -langcode: en -region: header_first -plugin: system_branding_block -settings: - label: 'Page Site Branding' - module: system - label_display: '0' - cache: -1 -visibility: - path: - visibility: 0 - pages: '' - role: - roles: { } - node_type: - types: - article: '0' - page: '0' diff --git a/core/themes/stark/config/schema/block.block.stark.branding.schema.yml b/core/themes/stark/config/schema/block.block.stark.branding.schema.yml deleted file mode 100644 index befc918..0000000 --- a/core/themes/stark/config/schema/block.block.stark.branding.schema.yml +++ /dev/null @@ -1,92 +0,0 @@ -# Schema for the configuration files of the Block module. - -block.block.stark.branding: - type: mapping - label: 'Block' - mapping: - id: - type: string - label: 'ID' - uuid: - type: string - label: 'UUID' - theme: - type: string - label: 'Theme' - region: - type: string - label: 'Region' - weight: - type: integer - label: 'Weight' - module: - type: string - label: 'Module' - status: - type: boolean - label: 'Status' - visibility: - type: mapping - label: 'Visibility settings' - mapping: - path: - type: mapping - label: 'Pages' - mapping: - visibility: - type: integer - label: 'Visibility' - pages: - type: string - label: 'Show block on specific pages' - role: - type: mapping - label: 'Roles' - mapping: - roles: - type: sequence - label: 'Show block for specific roles' - sequence: - - type: string - label: 'Role' - node_type: - type: mapping - label: 'Content types' - mapping: - types: - type: sequence - label: 'Show block for specific content types' - sequence: - - type: string - label: 'Node type' - plugin: - type: string - label: 'Plugin' - settings: - type: mapping - label: 'Block settings' - mapping: - label: - type: label - label: 'Description' - label_display: - type: string - label: 'Display title' - cache: - type: integer - label: 'Cache' - status: - type: boolean - label: 'Status' - info: - type: label - label: 'Admin info' - view_mode: - type: string - label: 'View mode' - module: - type: string - label: 'Module' - langcode: - type: string - label: 'Default language'