39 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|