diff --git a/other-docs/guides/migrating/from-hm-platform.md b/other-docs/guides/migrating/from-hm-platform.md index 89cae6d7..e88fbe2b 100644 --- a/other-docs/guides/migrating/from-hm-platform.md +++ b/other-docs/guides/migrating/from-hm-platform.md @@ -227,9 +227,13 @@ setting in the `composer.json` setting `extra.altis.modules.cloud.email-from-add ```json { - "modules": { - "cloud": { - "email-from-address": "webmaster@mydomainname.com" + "extra": { + "altis": { + "modules": { + "cloud": { + "email-from-address": "webmaster@mydomainname.com" + } + } } } } @@ -243,9 +247,13 @@ on-boarded with Altis as a brand, you can disable the branding via the `altis.mo ```json { - "modules": { - "cms": { - "branding": false + "extra": { + "altis": { + "modules": { + "cms": { + "branding": false + } + } } } }