Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ddev/commands/web/dkan-site-install
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ drush config-set user.role.administrator is_admin true -y
drush user:role:add "administrator" admin

# Enable Claro and Stark themes.
drush theme:enable claro stark
drush theme:enable claro stark -y
drush config-set system.theme admin claro -y
drush config-set system.theme default stark -y
drush config-set node.settings use_admin_theme true -y
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"colinodell/psr-testlogger": "^1.2",
"drush/drush": "*",
"getdkan/mock-chain": "^1.4.0",
"osteel/openapi-httpfoundation-testing": "<0.12",
"osteel/openapi-httpfoundation-testing": "^0.13",
"drupal/admin_toolbar": "^3.0"
},
"repositories": {
Expand Down