| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "default": [
- {
- "labelKey": "Links",
- "children": [
- {
- "labelKey": "Oracle Store",
- "path": "https://shop-dev2.oraclecorp.com/",
- "openInNewTab": true
- },
- {
- "labelKey": "Account Dashboard",
- "path": "https://accountdashboard-dev2.oraclecorp.com/app/udb/"
- }
- ]
- },
- {
- "labelKey": "Plugins",
- "children": [
- {
- "labelKey": "Dashboard",
- "pluginName": "dashboard"
- },
- {
- "labelKey": "Plugin A",
- "pluginName": "plugin-a"
- },
- {
- "labelKey": "Invoices",
- "pluginName": "invoices"
- }
- ]
- }
- ]
- }
|