aboutsummaryrefslogtreecommitdiff
path: root/static/admin/config.yml
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-10-02 21:46:04 +0300
committerGitHub <noreply@github.com>2021-10-02 21:46:04 +0300
commita2da5807fa5c8efb8bb0549de6a335e2e81c2e0c (patch)
tree03a4d6d08a7261faac8648261091c7b5e265cea2 /static/admin/config.yml
parent56f6b868a508ed6ce37afbbe46449ea7b6044ad1 (diff)
pin to page top in netlify cms
Diffstat (limited to 'static/admin/config.yml')
-rw-r--r--static/admin/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index e611287..cd31629 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -57,6 +57,7 @@ collections:
- {label: "Mark as resolved ✔", name: "resolved", widget: "boolean", required: false, default: false}
- {label: "Hide this from the site (make it a draft) 👀", name: "draft", widget: "boolean", required: false, default: false}
- {label: "Mark as informational ℹ", name: "informational", widget: "boolean", required: false, default: false}
+ - {label: "Pin to top of page", name: "pin", widget: "boolean", required: false, default: false}
- {label: "End date & time (your time) ⌛", name: "resolvedWhen", widget: "datetime", required: false}
- label: "Affected systems (use exact name, separated by commas) 🧐"
name: "affected"