How can I customize my dataset? this is the snippet of json. { "type": "page", "body": { "type": "collapse-group", "activeKey": [ "1" ], "body": [ { "type": "collapse", "key": "1", "header": "title 1", "body": "this is content 1" }, { "type": "collapse", "key": "2", "header": "title 2", "body": "this is content 2" }, { "type": "collapse", "key": "3", "header": "title 3", "body": "this is content 3" } ] } }
How can I customize my dataset? this is the snippet of json.
{
"type": "page",
"body": {
"type": "collapse-group",
"activeKey": [
"1"
],
"body": [
{
"type": "collapse",
"key": "1",
"header": "title 1",
"body": "this is content 1"
},
{
"type": "collapse",
"key": "2",
"header": "title 2",
"body": "this is content 2"
},
{
"type": "collapse",
"key": "3",
"header": "title 3",
"body": "this is content 3"
}
]
}
}