Add Drupal CMS Admin UI recipe
https://www.drupal.org/project/drupal_cms_admin_ui ``` composer require drupal/drupal_cms_admin_ui drush recipe $(pwd)/recipes/drupal_cms_admin_ui ```
This commit is contained in:
parent
3ba181a753
commit
e740384446
19 changed files with 703 additions and 2 deletions
20
config/sync/block.block.gin_page_title.yml
Normal file
20
config/sync/block.block.gin_page_title.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 19321262-00d6-479a-81e4-2711a28a4737
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- gin
|
||||
_core:
|
||||
default_config_hash: 6aOgWsNTXjqrDm98TXSAjP6qd2nCijD1xw45MrnbK-Y
|
||||
id: gin_page_title
|
||||
theme: gin
|
||||
region: content
|
||||
weight: -5
|
||||
provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Page title'
|
||||
label_display: '0'
|
||||
provider: core
|
||||
visibility: { }
|
Loading…
Add table
Add a link
Reference in a new issue