Add workflow_buttons and filter_perms

This commit is contained in:
Chris Thompson 2022-11-16 16:37:46 -05:00
parent 359ae94370
commit 0c27b23804
2 changed files with 139 additions and 93 deletions

View file

@ -26,6 +26,10 @@
"type": "git",
"url": "git@gitlab.com:drutopia/drutopia_core.git"
},
"drupal/workflow_buttons": {
"type": "git",
"url": "git@git.drupal.org:project/workflow_buttons.git"
},
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
@ -78,6 +82,7 @@
"drupal/field_defaults": "^1",
"drupal/field_formatter_class": "^1",
"drupal/field_token_value": "^2",
"drupal/filter_perms": "^1.0@alpha",
"drupal/fitvids": "^1",
"drupal/fixed_block_content": "^1",
"drupal/footnotes": "2.x-dev",
@ -156,9 +161,10 @@
"drupal/webform": "^6.0",
"drupal/webform_mailchimp": "^5.4",
"drupal/weight": "^3.3",
"drupal/workflow_buttons": "dev-8.x-1.x as 1.x-dev",
"drupal/wysiwyg_linebreaks": "^1.10",
"drush/drush": "^11",
"drutopia/drutopia": "^1",
"drutopia/drutopia": "dev-8.x-1.x",
"league/commonmark": "^1.0",
"vlucas/phpdotenv": "^5.1",
"webflo/drupal-finder": "^1.2"