Admin toolbar and config sync
This commit is contained in:
parent
0e15467384
commit
53d6173a5f
27 changed files with 1803 additions and 1 deletions
13
web/modules/contrib/admin_toolbar/admin_toolbar.info.yml
Normal file
13
web/modules/contrib/admin_toolbar/admin_toolbar.info.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Admin Toolbar
|
||||
# core: 8.x
|
||||
description: Provides a drop-down menu interface to the core Drupal Toolbar.
|
||||
package: Administration
|
||||
type: module
|
||||
dependencies:
|
||||
- toolbar
|
||||
|
||||
# Information added by Drupal.org packaging script on 2016-12-01
|
||||
version: '8.x-1.18'
|
||||
core: '8.x'
|
||||
project: 'admin_toolbar'
|
||||
datestamp: 1480614186
|
Reference in a new issue