summaryrefslogtreecommitdiff
path: root/frontend/types.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-02 17:38:14 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-02 17:38:14 +0200
commitf6d7fcbb50ef57f1f7d7ca8cacd711ffd576e600 (patch)
tree9d6a4882d428da7098c4244f5ca56267afe8cc1b /frontend/types.js
parent5b480258322682fdc4fa987770df9e719315f167 (diff)
showing pages for graph. getting urls right
Diffstat (limited to 'frontend/types.js')
-rw-r--r--frontend/types.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/types.js b/frontend/types.js
index cf48b67..b326994 100644
--- a/frontend/types.js
+++ b/frontend/types.js
@@ -6,6 +6,10 @@ export const page = crud_type('page', [])
export const tile = crud_type('tile', [])
export const upload = crud_type('upload', [])
+export const site = with_type('site', [
+ 'set_site_title',
+])
+
export const system = with_type('system', [
'load_site',
])