Explorar o código

Adding invoices plugin and navigation entry

bodicsek %!s(int64=3) %!d(string=hai) anos
pai
achega
be91f40959
Modificáronse 3 ficheiros con 16 adicións e 2 borrados
  1. 10 1
      data/navigationRegistry.json
  2. 5 0
      data/pluginRegistry.json
  3. 1 1
      package.json

+ 10 - 1
data/navigationRegistry.json

@@ -5,7 +5,12 @@
             "children": [
                 {
                     "labelKey": "Oracle Store",
-                    "path": "https://shop-dev2.oraclecorp.com"
+                    "path": "https://shop-dev2.oraclecorp.com/",
+                    "openInNewTab": true
+                },
+                {
+                    "labelKey": "Account Dashboard",
+                    "path": "https://accountdashboard-dev2.oraclecorp.com/app/udb/"
                 }
             ]
         },
@@ -19,6 +24,10 @@
                 {
                     "labelKey": "Plugin A",
                     "pluginName": "plugin-a"
+                },
+                {
+                    "labelKey": "Invoices",
+                    "pluginName": "invoices"
                 }
             ]
         }

+ 5 - 0
data/pluginRegistry.json

@@ -8,5 +8,10 @@
         "name": "plugin-a",
         "url": "https://customercentral-plugin-a.oracle.com/",
         "path": "/plugin-a"
+    },
+    "invoices": {
+        "name": "invoices",
+        "url": "https://accountdashboard-dev2.oraclecorp.com/app/paymentcenter/?_ojCoreRouter=invoices&showHeader=false",
+        "path": "/invoices"
     }
 }

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "occ-fw-backend",
-  "version": "0.0.6",
+  "version": "0.0.7",
   "description": "",
   "author": "",
   "private": true,