Updated news functionality

This commit is contained in:
Erik Tiekstra
2021-11-11 15:56:49 +01:00
parent 397b6769a2
commit 9806776b2f
15 changed files with 87 additions and 56 deletions
@@ -10,6 +10,8 @@ export const ACTIVE_FEATURES_PROD: Feature[] = [
Feature.REPORTING,
Feature.LOGGING,
Feature.REPORTING_PERIODISK_REDOVISNING,
Feature.REPORTING_INFORMATIV_RAPPORT,
Feature.EXPORTS,
];
export const ACTIVE_FEATURES_TEST: Feature[] = [
@@ -27,4 +29,5 @@ export const ACTIVE_FEATURES_TEST: Feature[] = [
Feature.REPORTING_PERIODISK_REDOVISNING,
Feature.REPORTING_INFORMATIV_RAPPORT,
Feature.EXPORTS,
Feature.NEWS,
];