aboutsummaryrefslogtreecommitdiff
path: root/src/guff.cr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-05-25 22:41:24 -0400
committerPaul Duncan <pabs@pablotron.org>2016-05-25 22:41:24 -0400
commita60a65f49e94d31bc17d89fd5e4e536a0f50d065 (patch)
treed2b519f5c265b7227d212b6a7cf4c6a3bfb8ce48 /src/guff.cr
parentb08a33c634e8c894cd742266d92c5d16fcf1d364 (diff)
downloadguff-a60a65f49e94d31bc17d89fd5e4e536a0f50d065.tar.bz2
guff-a60a65f49e94d31bc17d89fd5e4e536a0f50d065.zip
initial settings panel
Diffstat (limited to 'src/guff.cr')
-rw-r--r--src/guff.cr20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/guff.cr b/src/guff.cr
index ea9f73a..f2a5da4 100644
--- a/src/guff.cr
+++ b/src/guff.cr
@@ -1893,6 +1893,26 @@ module Guff
name: "Settings",
text: "Configure site settings.",
}],
+
+ "settings": [{
+ id: "general",
+ css: "active",
+ icon: "fa-home",
+ name: "General",
+ text: "Configure general settings.",
+ }, {
+ id: "sites",
+ css: "",
+ icon: "fa-cog",
+ name: "Sites",
+ text: "Configure sites.",
+ }, {
+ id: "users",
+ css: "",
+ icon: "fa-users",
+ name: "Users",
+ text: "Manage users and permissions.",
+ }],
}
TEMPLATES = {