banners
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ var controllers = {
|
||||
});
|
||||
},
|
||||
getResourceCat: function(req, res) {
|
||||
//homebanners
|
||||
//homebanners
|
||||
resourcecategory.homebanners(req, res, function(err, dist) {
|
||||
if (err) {
|
||||
res.send(err);
|
||||
|
||||
+17
-11
@@ -60,47 +60,53 @@ var resourcecategory = {
|
||||
"uid": "f1b99eee-607b-42f5-ad2f-d4f95065ccb9",
|
||||
"name": "blog",
|
||||
"content": "Blog",
|
||||
"description" : "Short description for this item",
|
||||
"banner": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"enabled": 1,
|
||||
"action" : "work-in-progress"
|
||||
},
|
||||
{
|
||||
"uid": "8208c72d-c5e1-43b2-bbe3-de285845427c",
|
||||
"name": "onsale",
|
||||
"name": "questions",
|
||||
"content": "Questions?",
|
||||
"description" : "Short description for this item",
|
||||
"banner": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"enabled": 1,
|
||||
"action" : "work-in-progress"
|
||||
},
|
||||
{
|
||||
"uid": "3428c6db-af5f-49bf-b879-4a533d6b98bf",
|
||||
"name": "owned",
|
||||
"name": "interesting",
|
||||
"content": "Interesting",
|
||||
"description" : "Short description for this item",
|
||||
"banner": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"enabled": 1,
|
||||
"action" : "work-in-progress"
|
||||
},
|
||||
{
|
||||
"uid": "3b0ff711-dd42-4488-a7f4-a5fffd364701",
|
||||
"name": "created",
|
||||
"content": "My Items",
|
||||
"banner": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"name": "library",
|
||||
"content": "Library",
|
||||
"description" : "Short description for this item",
|
||||
"banner": "https://www.wrenchboard.com/assets/images/apps/banners/kid-res/library.jpg",
|
||||
"enabled": 1,
|
||||
"action" : "work-in-progress"
|
||||
},
|
||||
{
|
||||
"uid": "f50eb4ca-37b3-45f0-93e9-e2b33b8b93d7",
|
||||
"name": "created",
|
||||
"content": "My Items",
|
||||
"banner": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"name": "games",
|
||||
"content": "Games",
|
||||
"description" : "Short description for this item",
|
||||
"banner": "https://www.wrenchboard.com/assets/images/apps/banners/kid-res/games.jpg",
|
||||
"enabled": 1,
|
||||
"action" : "work-in-progress"
|
||||
},
|
||||
{
|
||||
"uid": "5751a446-7d52-498a-a0a2-06c926cdd5c4",
|
||||
"name": "created",
|
||||
"content": "My Items",
|
||||
"banner": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"name": "ai-lab",
|
||||
"content": "AI Lab",
|
||||
"description" : "Short description for this item",
|
||||
"banner": "https://www.wrenchboard.com/assets/images/apps/banners/kid-res/ai.jpg",
|
||||
"enabled": 1,
|
||||
"action" : "work-in-progress"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user