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
22
config/sync/block.block.gin_secondary_local_tasks.yml
Normal file
22
config/sync/block.block.gin_secondary_local_tasks.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: fa87b341-c9b2-4beb-81f3-5786ba3d7dc5
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- gin
|
||||
_core:
|
||||
default_config_hash: ydSxdq7R66I8UMC460rOzlfzvlUL4VRbdwc6z9DWaUI
|
||||
id: gin_secondary_local_tasks
|
||||
theme: gin
|
||||
region: highlighted
|
||||
weight: -2
|
||||
provider: null
|
||||
plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: 'Secondary tabs'
|
||||
label_display: '0'
|
||||
provider: core
|
||||
primary: false
|
||||
secondary: true
|
||||
visibility: { }
|
Loading…
Add table
Add a link
Reference in a new issue