mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-15 20:16:34 +00:00
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:
@@ -0,0 +1 @@
|
||||
Post target ${error.templateModel['configKey']} is not set up.
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
Post target ${error.templateModel['postTargetKey']} is not set up.
|
||||
Reference in New Issue
Block a user