Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit 9fd5f4c

Browse files
Contenta JSON API profile.
1 parent 7ceed9c commit 9fd5f4c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"drupal/config_installer": "^1.0",
1818
"drupal/console": "^1.0.0-rc8",
1919
"drupal/core": "^8",
20+
"contentacms/contenta_jsonapi": "dev-8.x-1.x",
2021
"drupal/simple_block": "^1.0@beta",
2122
"drush/drush": "~8",
2223
"rvtraveller/qs-composer-installer": "^1.1",
@@ -39,7 +40,7 @@
3940
"conflict": {
4041
"drupal/drupal": "*"
4142
},
42-
"minimum-stability": "alpha",
43+
"minimum-stability": "dev",
4344
"prefer-stable": true,
4445
"autoload": {
4546
"classmap": [
@@ -76,7 +77,7 @@
7677
},
7778
"build-env": {
7879
"install-cms": [
79-
"drush site-install standard --account-mail={account-mail} --account-name={account-name} --account-pass={account-pass} --site-mail={site-mail} --site-name={site-name} --yes",
80+
"drush site-install contenta_jsonapi --account-mail={account-mail} --account-name={account-name} --account-pass={account-pass} --site-mail={site-mail} --site-name={site-name} --yes",
8081
"drush pm-enable config_direct_save simple_block --yes",
8182
"drush pm-uninstall block_content --yes"
8283
],
@@ -96,7 +97,8 @@
9697
".htaccess",
9798
"web.config"
9899
]
99-
}
100+
},
101+
"enable-patching": true
100102
},
101103
"config": {
102104
"optimize-autoloader": true,

web/sites/default/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
*
3838
* See: tests/installer-features/installer.feature
3939
*/
40-
$settings['install_profile'] = 'standard';
40+
$settings['install_profile'] = 'contenta_jsonapi';

0 commit comments

Comments
 (0)