Core
domain must not have any dependency on any of the other domains. This means that neither classes nor assets from Storefront
, Administration
or Elasticsearch
may be used within the Core
domain.Administration
domain may have dependencies on the Core
domain, but not on Storefront
or Elasticsearch
domain.Elasticsearch
domain may have dependencies on the Core
domain, but not on Storefront
or Administration
domain.Storefront
domain may have dependencies on the Core
domain, but not on Administration
or Elasticsearch
domain.