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
|
@ -10,11 +10,13 @@ module:
|
|||
breakpoint: 0
|
||||
checklistapi: 0
|
||||
ckeditor5: 0
|
||||
coffee: 0
|
||||
comment: 0
|
||||
config: 0
|
||||
contact: 0
|
||||
contextual: 0
|
||||
crop: 0
|
||||
dashboard: 0
|
||||
datetime: 0
|
||||
dblog: 0
|
||||
dynamic_page_cache: 0
|
||||
|
@ -32,6 +34,7 @@ module:
|
|||
file: 0
|
||||
filter: 0
|
||||
focal_point: 0
|
||||
gin_toolbar: 0
|
||||
help: 0
|
||||
history: 0
|
||||
image: 0
|
||||
|
@ -46,6 +49,7 @@ module:
|
|||
metatag: 0
|
||||
metatag_open_graph: 0
|
||||
metatag_twitter_cards: 0
|
||||
navigation: 0
|
||||
node: 0
|
||||
opd_daily_emails: 0
|
||||
opd_podcast: 0
|
||||
|
@ -57,6 +61,7 @@ module:
|
|||
redirect: 0
|
||||
rel_to_abs: 0
|
||||
robotstxt: 0
|
||||
sam: 0
|
||||
search: 0
|
||||
seo_checklist: 0
|
||||
serialization: 0
|
||||
|
@ -65,6 +70,8 @@ module:
|
|||
sitemap: 0
|
||||
sqlite: 0
|
||||
system: 0
|
||||
tagify: 0
|
||||
tagify_user_list: 0
|
||||
taxonomy: 0
|
||||
text: 0
|
||||
token: 0
|
||||
|
@ -87,4 +94,5 @@ module:
|
|||
theme:
|
||||
claro: 0
|
||||
opdavies: 0
|
||||
gin: 0
|
||||
profile: standard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue