contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

contenta_jsonapi profile install contentajs and recipes_magazin by default #398

Closed jean-louis closed 4 months ago

jean-louis commented 4 years ago

Hi, sorry for my bad english.

the profile install contentajs and recipes_magazin modules by default, even when it shouldn't

for example: after a composer create-project contentacms/contenta-jsonapi-project ...... I would install the contenta_jsonapi profile with the command bin/drush site:install ..... contenta_jsonapi and expect not to have the recipes_magazin module installed, instead it is installed

after this, I uninstall the recipes_magazin module, I export the configurations (which correctly do not export those relating to the recipes_magazin module) and try to reinstall the site with bin/drush site:install ..... --existing-config as soon as the install by existing config is finished, the recipes_magazin (and contentajs) is installed

I would open a PR for this issue.