From f6d7fcbb50ef57f1f7d7ca8cacd711ffd576e600 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Jun 2020 17:38:14 +0200 Subject: showing pages for graph. getting urls right --- frontend/types.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/types.js') 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', ]) -- cgit v1.2.3-70-g09d2