moved post targets to an enum, in order to have more type safety, this might be changed in the future

added validation check when a feature is enabled, in order to notify which configuration is missing for this feature to function properly
This commit is contained in:
Sheldan
2020-05-15 17:43:39 +02:00
parent e4efc26740
commit f11232de05
60 changed files with 514 additions and 62 deletions

View File

@@ -0,0 +1 @@
Post target ${error.templateModel['configKey']} is not set up.

View File

@@ -0,0 +1 @@
Feature ${featureKey} not properly setup. The feature is enabled regardless. You need to configure the missing properties in order for it to function properly.

View File

@@ -0,0 +1 @@
Post target ${error.templateModel['postTargetKey']} is not set up.