feat(config/template): Add assetbrokerUrl and legalUrl fields to module config and update website template to supply these values
This commit is contained in:
@@ -16,6 +16,8 @@ export interface IGitzoneConfigData {
|
||||
npmPackageName: string;
|
||||
license: string;
|
||||
projectDomain: string;
|
||||
assetbrokerUrl: string;
|
||||
legalUrl: string;
|
||||
};
|
||||
copy: { [key: string]: string };
|
||||
npmciOptions: {
|
||||
|
Reference in New Issue
Block a user