jsoncreator_app/JSONCreator_iOS/launchApp.json
Kevin G Christiano 494b3f3535 changes made
2020-05-27 10:11:09 -04:00

39 lines
1.1 KiB
JSON

{
"Page": {
"pageType": "test",
"molecules": [
{
"moleculeName": "listItem",
"molecule": {
"moleculeName": "textView",
"borderWidth": 1,
"height": 200,
"text": "asdasdasdasdasdasdasdasdasda",
"borderColor": "#000000",
"placeholder": "Enter text here.",
"textColor": "#FF0000"
}
}
],
"header": {
"moleculeName": "header",
"molecule": {
"moleculeName": "stack",
"molecules": [
{
"molecule": {
"moleculeName": "headlineBody",
"headline": {
"moleculeName": "label",
"text": "TextView Test"
}
}
}
]
}
},
"template": "list",
"screenHeading": "Testing Carousel"
}
}