feat(config/template): Add assetbrokerUrl and legalUrl fields to module config and update website template to supply these values

This commit is contained in:
2025-04-15 15:53:34 +00:00
parent ff2ebc076d
commit 77bb8bf22e
4 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-04-15 - 1.15.0 - feat(config/template)
Add assetbrokerUrl and legalUrl fields to module config and update website template to supply these values
- Added assetbrokerUrl and legalUrl properties in ts/classes.gitzoneconfig.ts
- Updated ts/mod_format/format.templates.ts to pass assetbrokerUrl and legalUrl to website template
## 2025-04-15 - 1.14.1 - fix(package.json)
Add packageManager field to specify pnpm version for consistent package management