banner text
This commit is contained in:
+20
-10
@@ -56,42 +56,52 @@ var banners = {
|
||||
var bannerArray = {
|
||||
"pending": {
|
||||
"banner": {
|
||||
"image": "bannerimage.png",
|
||||
"image": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"icon": "bannerimage.icon",
|
||||
"style": "style1",
|
||||
"text": "This is Banner Main text"
|
||||
"text": "Pending",
|
||||
"description": "Waiting for you to get started",
|
||||
"action": "thisaction"
|
||||
}
|
||||
},
|
||||
"current": {
|
||||
"banner": {
|
||||
"image": "bannerimage.png",
|
||||
"image": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"icon": "bannerimage.icon",
|
||||
"style": "style2",
|
||||
"text": "This is Banner Main text"
|
||||
"text": "Current",
|
||||
"description": "Your currently active task",
|
||||
"action": "thisaction"
|
||||
}
|
||||
},
|
||||
"recommend": {
|
||||
"banner": {
|
||||
"image": "bannerimage.png",
|
||||
"image": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"icon": "bannerimage.icon",
|
||||
"style": "style3",
|
||||
"text": "This is Banner Main text"
|
||||
"text": "Recomend",
|
||||
"description": "Send to parent to approve",
|
||||
"action": "thisaction"
|
||||
}
|
||||
},
|
||||
"another1task": {
|
||||
"banner": {
|
||||
"image": "bannerimage.png",
|
||||
"image": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"icon": "bannerimage.icon",
|
||||
"style": "style4",
|
||||
"text": "This is Banner Main text"
|
||||
"text": "Dummy for now",
|
||||
"description": "dummy dummy dummy",
|
||||
"action": "thisaction"
|
||||
}
|
||||
},
|
||||
"pastdue": {
|
||||
"banner": {
|
||||
"image": "bannerimage.png",
|
||||
"image": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg",
|
||||
"icon": "bannerimage.icon",
|
||||
"style": "style5",
|
||||
"text": "This is Banner Main text"
|
||||
"text": "Past Due",
|
||||
"description": "Ask for more time if past due",
|
||||
"action": "thisaction"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user