This repository was archived by the owner on May 1, 2025. It is now read-only.

Description
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"
}
]
}
}