From b2a679c25da42c4665059965830858da4f0ec238 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 15 Sep 2015 18:59:14 -0700 Subject: PLT-93 cleaing up client side configs --- api/context.go | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'api/context.go') diff --git a/api/context.go b/api/context.go index fc7d8f23d..313eec189 100644 --- a/api/context.go +++ b/api/context.go @@ -29,12 +29,9 @@ type Context struct { } type Page struct { - TemplateName string - Title string - SiteName string - FeedbackEmail string - SiteURL string - Props map[string]string + TemplateName string + Props map[string]string + ClientProps map[string]string } func ApiAppHandler(h func(*Context, http.ResponseWriter, *http.Request)) http.Handler { -- cgit v1.2.3-1-g7c22