Add ability to add custom css/javascript
authorChocobozzz <me@florianbigard.com>
Thu, 22 Feb 2018 09:22:53 +0000 (10:22 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 22 Feb 2018 09:22:53 +0000 (10:22 +0100)
commit00b5556c182fa70dfca17c517488b8afae6257c9
tree853ad8d85572b5b37b1956fea96a51fed211453f
parent6221f311de0eb8f2a9e7e4a77b8cb0ecbde6dfcd
Add ability to add custom css/javascript
15 files changed:
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/app.component.html
client/src/app/app.component.ts
client/src/app/core/server/server.service.ts
config/default.yaml
config/production.yaml.example
server/controllers/api/config.ts
server/initializers/constants.ts
server/tests/api/check-params/config.ts
server/tests/api/server/config.ts
shared/models/config/custom-config.model.ts
shared/models/config/customization.model.ts [new file with mode: 0644]
shared/models/config/server-config.model.ts