Skip to content
Snippets Groups Projects
Commit 80229ac1 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3179132: Change Automated Functional Acceptance Testing to be Drupal 9...

Issue #3179132: Change Automated Functional Acceptance Testing to be Drupal 9 compatible one the Varbase 9.0.x branch
parent 3ab44f63
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ install:
- drush pm-enable social_auth_facebook --yes
- drush pm-enable social_auth_twitter --yes
- drush pm-enable social_auth_linkedin --yes
- drush pm-enable varbase_content_planner --yes
- drush config-set system.performance css.preprocess 0 --yes
- drush config-set system.performance js.preprocess 0 --yes
- drush config-set system.logging error_level all --yes
......
......@@ -7,6 +7,7 @@ weight: -7
is_admin: null
permissions:
- 'Flush all caches from admin toolbar'
- 'access admin audit trail'
- 'access administration pages'
- 'access carousels_media_browser entity browser pages'
- 'access coffee'
......@@ -161,6 +162,7 @@ permissions:
- 'reorder terms in blog_categories'
- 'reorder terms in categories'
- 'reorder terms in tags'
- 'revert all media revisions'
- 'revert all revisions'
- 'revert faq revisions'
- 'revert landing_page revisions'
......
......@@ -6,6 +6,7 @@ label: Editor
weight: -8
is_admin: null
permissions:
- 'access admin audit trail'
- 'access administration pages'
- 'access carousels_media_browser entity browser pages'
- 'access coffee'
......
......@@ -15,6 +15,7 @@ permissions:
- 'Flush twig cache from admin toolbar'
- 'Flush views cache from admin toolbar'
- 'Rebuild theme registry from admin toolbar'
- 'access admin audit trail'
- 'access administration pages'
- 'access carousels_media_browser entity browser pages'
- 'access coffee'
......@@ -216,6 +217,7 @@ permissions:
- 'reorder terms in blog_categories'
- 'reorder terms in categories'
- 'reorder terms in tags'
- 'revert all media revisions'
- 'revert all revisions'
- 'revert faq revisions'
- 'revert landing_page revisions'
......
......@@ -11,7 +11,7 @@ config_bit:
dependencies:
varbase_development:
title: "Install Development Tools"
description: "Install the development tools if you're a developer and you're going to use Varbase to build a new project. This will install several modules that help you build your site, such as <a href=\"https://www.drupal.org/project/devel\" target=\"_blank\">Devel</a>, <a href=\"https://www.drupal.org/docs/8/core/modules/dblog/overview\" target=\"_blank\">Database Logging</a>, and UI modules such as View UI, Features UI, and Configuration Update Reports.<br /><em>Make sure to uninstall this feature and its modules when you go in production mode</em>."
description: "Install the development tools if you're a developer and you're going to use Varbase to build a new project. This will install several modules that help you build your site, such as <a href=\"https://www.drupal.org/project/devel\" target=\"_blank\">Devel</a>, <a href=\"https://www.drupal.org/docs/8/core/modules/dblog/overview\" target=\"_blank\">Database Logging</a>, and UI modules such as View UI, Features UI, Libraries UI, and Configuration Update Reports.<br /><em>Make sure to uninstall this feature and its modules when you go in production mode</em>."
selected: false
config_form: true
formbit: "src/FormBit/varbase_development.formbit.php"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment