Project Best Practice
As a project best practice, we recommend the following:
- Make a custom module;
- Put the changed configuration as bootstrap files into your module:
- make these files as atom as possible;
- updated tasks are preferable to bootstrap files;
- Do not change templates in the in-place Templating workspace, rather:
- use a custom path; and
- maintain the template scripts in your module;
- add paragraphs, template and dialog definitions to the STK configuration,
- but use folders to separate your custom definitions from the STK content.
For more information, please refer to:
- Customer Project Setup- This page describes a Magnolia customer project setup
- Creating Custom Magnolia Modules.