From 30e1e438b09c242dd839b9a18de51a5a7894a8e5 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Tue, 30 Apr 2013 23:59:12 +0200 Subject: [PATCH] added test1 to navigation --- public/templates/navigation.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/public/templates/navigation.json b/public/templates/navigation.json index ab739b7..9adfdbf 100644 --- a/public/templates/navigation.json +++ b/public/templates/navigation.json @@ -20,9 +20,24 @@ "icon_class": "icon-pencil" }, { - "title": "Import index", - "url": "/importer/index.html", - "icon_class": "icon-refresh" + "title": "Import", + "links": [ + { + "title": "Prototyper", + "url": "/importer/index.html", + "icon_class": "icon-refresh" + }, + { + "title": "Import Test One", + "url": "/importer/test1.html", + "icon_class": "icon-refresh" + }, + { + "title": "Preview Test One", + "url": "/page/app/test1.index.html", + "icon_class": "icon-home" + } + ] }, { "title": "Readme",