As a physicist, I want make a custom modification to the CommonCP tool configuration files.
Assumptions
- The system stores in templates most of the CommonCP tool configuration code as templates rendered at run-time.
Approach
Possible approaches:
- Use
calib_tools to load a new file as text argument
- If there is a template file with the same name in the local directory use that
- ...
Suggestions and approaches are welcome!