navigation and template

This commit is contained in:
Pfeil, Scott Robert 2020-04-21 15:51:50 -04:00
parent 4d9a7b26e3
commit f531234d85

View File

@ -1,106 +1,78 @@
{ {
"ResponseInfo":{ "ResponseInfo" : {
"locale":"EN", "type" : "Success",
"type":"Success", "code" : "00000"
"server":"saswcvfszwo21.sdc.vzwcorp.com-srv01_wmobilefirst01",
"buildNumber":"151",
"requestId":"cb350edc-afca-4694-8558-44a17ad518b1",
"mdn":"9175021102",
"appSessionExtended":true,
"code":"00000",
"message":"0",
"userMessage":"0",
"topAlertTime":0
}, },
"Page":{ "Page" : {
"pageType":"wireless", "template" : "list",
"template":"list", "pageType" : "x",
"header": { "header" : {
"moleculeName":"header", "moleculeName" : "header",
"molecule": { "molecule" : {
"moleculeName": "headlineBody", "moleculeName" : "headlineBody",
"headline":{ "headline" : {
"moleculeName": "label", "moleculeName" : "label",
"text":"Account #9876543210-00003\n\nYour 3 lines have used 70% of the available data.", "text" : "x"
"fontStyle": "H1", },
"attributes":[ "body" : {
"moleculeName" : "label",
"text" : "y"
}
}
},
"molecules" : [{
"moleculeName":"listItem",
"molecule":{
"moleculeName" : "carousel",
"loop":true,
"molecules" : [
{ {
"location":0, "moleculeName" : "carouselItem",
"length":27, "backgroundColor":"red",
"type":"font", "molecule" : {
"style":"B2" "moleculeName" : "label",
} "text" : "1"
]
},
"body":{
"moleculeName": "label",
"text":"21 days left in cycle"
}
} }
}, },
"molecules":[{ {
"moleculeName":"listItem", "moleculeName" : "carouselItem",
"molecule":{ "backgroundColor":"blue",
"moleculeName":"carousel", "molecule" : {
"spacing": 0, "moleculeName" : "label",
"loop": true, "text" : "2"
"height": 300, }
"itemWidthPercent": 70,
"itemAlignment": "center",
"pagingMolecule": {
"moleculeName": "barsPager",
"position": "20"
}, },
"molecules":[{ {
"moleculeName":"carouselItem", "moleculeName" : "carouselItem",
"backgroundColor":"#FFFFFF", "backgroundColor":"green",
"molecule": { "molecule" : {
"moleculeName":"label", "moleculeName" : "label",
"text":"I am the first molecule to be stacked" "text" : "2"
} }
}, {
"moleculeName":"carouselItem",
"backgroundColor":"#FFFFFF",
"molecule": {
"moleculeName":"label",
"text":"I am the second molecule to be stacked"
} }
},{ ],
"moleculeName":"carouselItem", "height" : 300
"backgroundColor":"#FFFFFF", }}],
"molecule": { "footer" : {
"moleculeName":"label", "moleculeName" : "footer",
"text":"I am the third molecule to be stacked" "molecule" : {
"moleculeName" : "twoButtonView",
"primaryButton" : {
"moleculeName" : "button",
"title" : "x",
"action" : {
"actionType" : "openPage",
"pageType" : "verifyZip"
} }
}]
}
},{
"moleculeName":"listItem",
"molecule":{
"moleculeName":"cornerLabels",
"molecule":{
"moleculeName":"progressBar",
"percent":75
}, },
"topLeftLabel":{ "secondaryButton" : {
"moleculeName":"label", "moleculeName" : "button",
"text":"Total data used" "title" : "x",
}, "action" : {
"topRightLabel":{ "actionType" : "back"
"moleculeName":"label", }
"text":"7.0 \/ 10.0 GB"
},
"roundedRect":false
} }
}],
"footer": {
"moleculeName": "footer",
"molecule": {
"moleculeName": "button",
"title": "Add a new line",
"style": "secondary"
} }
} }
} }
} }