summaryrefslogtreecommitdiffstats
path: root/common/constants/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/constants/constants.go')
-rw-r--r--common/constants/constants.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/constants/constants.go b/common/constants/constants.go
index e4f5a63a2..f8f057e05 100644
--- a/common/constants/constants.go
+++ b/common/constants/constants.go
@@ -13,12 +13,14 @@
package constants
-// Error IDs.
+// Error/Warning IDs.
// Do not change these values.
const (
// IDs for remote errors in tpl/data.
ErrRemoteGetJSON = "error-remote-getjson"
ErrRemoteGetCSV = "error-remote-getcsv"
+
+ WarnFrontMatterParamsOverrides = "warning-frontmatter-params-overrides"
)
// Field/method names with special meaning.