updated for tilet
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
d59f88f9c6
commit
dd6e1008b5
46
JSONCreator_iOS/JSONCreator/JSON/Samples/tiletSample.json
Normal file
46
JSONCreator_iOS/JSONCreator/JSON/Samples/tiletSample.json
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"Page": {
|
||||||
|
"template": "stack",
|
||||||
|
"pageType": "moleculeStack",
|
||||||
|
"screenHeading": "Tilet Sample",
|
||||||
|
"hideFabOverlay": true,
|
||||||
|
"suppressPostLaunchRequests": false,
|
||||||
|
"tabBarHidden": true,
|
||||||
|
"header": {
|
||||||
|
"moleculeName": "header",
|
||||||
|
"molecule": {
|
||||||
|
"moleculeName": "headlineBody",
|
||||||
|
"headline": {
|
||||||
|
"moleculeName": "label",
|
||||||
|
"text": "Tilet Variations"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stack": {
|
||||||
|
"moleculeName": "stack",
|
||||||
|
"molecules": [
|
||||||
|
{
|
||||||
|
"moleculeName": "stackItem",
|
||||||
|
"molecule": {
|
||||||
|
"moleculeName": "tilet",
|
||||||
|
"surface": "light",
|
||||||
|
"title": {
|
||||||
|
"text": "Save $XX on your monthly bill.",
|
||||||
|
"typographicalStyle": "BoldTitleSmall"
|
||||||
|
},
|
||||||
|
"subTitle": {
|
||||||
|
"text": "Enroll in Auto Pay & paper-free billing to save on your monthly bill.",
|
||||||
|
"typographicalStyle": "BodySmall",
|
||||||
|
"textColor": "primary"
|
||||||
|
},
|
||||||
|
"directionalIcon": {
|
||||||
|
"size": "medium",
|
||||||
|
"surface": "dark"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"footer": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
mvm_core https://gitlab.verizon.com/BPHV_MIPS/mvm_core.git develop
|
mvm_core https://gitlab.verizon.com/BPHV_MIPS/mvm_core.git develop
|
||||||
|
|
||||||
mvm_core_ui https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git develop
|
mvm_core_ui https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git feature/ONEAPP-2811-Tilet
|
||||||
|
|
||||||
vds_ios https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git develop
|
vds_ios https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git develop
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user