aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2018-08-03 12:07:58 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2018-08-03 12:07:58 +0300
commit876ad81132278c2c70c7e893c30415abd5ba62d7 (patch)
tree085bc45103f3d88782029c3a332aae5d9991aacb /static
parent8a19ae81974657b22e50fb3db7100c8c8f084232 (diff)
Some last changes before rc3
Diffstat (limited to 'static')
-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."}