Importing a list of packages on module install
Module developers can export Site Studio Sync packages and include as part of their module. When set-up correctly, the packages will automatically deploy when the module is enabled.
To set this up, create a new Yaml reference file inside your module as per the below naming convention:
config/dx8/packages.yml
This file should only contain a simple array which references paths to local or remote files. For example:
# This is my package reference file.
- config/dx8/my.package.yml
- http://mydomain.com/my.package.yml
When including local files, the path should be relative to the module root directory.