aboutsummaryrefslogtreecommitdiff
path: root/static/admin/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'static/admin/config.yml')
-rw-r--r--static/admin/config.yml15
1 files changed, 2 insertions, 13 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 2d95a5f..1b88a3a 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -44,17 +44,6 @@ collections:
widget: "list"
allow_add: true
required: false
- - {label: "Sequence of events", name: "body", widget: "markdown", default: "We are investigating a potential issue that might affect the uptime of one our of services."}
- - name: "settings"
- label: "Settings"
- delete: false
- editor:
- preview: false
- files:
- - name: "config"
- label: "Site Configuration"
- file: "config.yml"
- description: "Here you can visually edit the settings of your cState instance."
fields:
- - {label: "Site title", name: "title", widget: "string"}
- - {label: "Should posts, which have a publish date from the future, be built? Useful for sharing upcoming maintenance, etc.", name: buildFuture, default: true, widget: boolean}
+ - {label: "String", name: "string", widget: "string"}
+ - {label: "Sequence of events", name: "body", widget: "markdown", default: "We are investigating a potential issue that might affect the uptime of one our of services."}