summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/data/accordionData.json
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/webapp/usageguide/appserver/data/accordionData.json')
-rw-r--r--common/src/main/webapp/usageguide/appserver/data/accordionData.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/common/src/main/webapp/usageguide/appserver/data/accordionData.json b/common/src/main/webapp/usageguide/appserver/data/accordionData.json
deleted file mode 100644
index 367cf5f..0000000
--- a/common/src/main/webapp/usageguide/appserver/data/accordionData.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "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."
- }
- ]
- }
-}