summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/data/accordionData.json
blob: 367cf5f4993bc50e72e39467055ec1ab8afaaf0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "accordion_data": {
    "items": [
      {
        "tabId": "tab1",
        "header": "Tab1",
        "isActive": true,
        "msg": "This is in Collapsible Group 1 and this attribute makes sure that all collapsible elements under the specified parent will be closed when one of the collapsible item is shown."
      },
      {
        "tabId": "tab2",
        "header": "Tab2",
        "isActive": false,
        "msg": "This is in Collapsible Group 2 and this attribute makes sure that all collapsible elements under the specified parent will be closed when one of the collapsible item is shown."
      },
      {
        "tabId": "tab3",
        "header": "Tab3",
        "isActive": false,
        "msg": "This is in Collapsible Group 3 and this attribute makes sure that all collapsible elements under the specified parent will be closed when one of the collapsible item is shown."
      }
    ]
  }
}