diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-10-10 17:00:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 17:00:50 +0300 |
commit | c3821977d23f853741e8d106e56a17795c9ef31c (patch) | |
tree | 1ed893bd1b53985bf6675da5aea50fd36256d5c8 /static | |
parent | 38b213e7c8fdbf0404b02f88acf2f05e3c0d2bdd (diff) | |
parent | 22ee1f47ca22f213419d9f9280bf1ff0ff1f0014 (diff) |
cState v5.2 update #211
Diffstat (limited to 'static')
-rw-r--r-- | static/admin/config.yml | 1 |
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" |