You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/08/12 11:23:02 UTC

[cloudstack-primate] branch master updated: config: Removing example plugin (#576)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new cef5b2c  config: Removing example plugin (#576)
cef5b2c is described below

commit cef5b2cda8453ff5b50126eab2d9518d2f4c81e6
Author: davidjumani <dj...@gmail.com>
AuthorDate: Wed Aug 12 16:52:55 2020 +0530

    config: Removing example plugin (#576)
---
 public/config.json | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/public/config.json b/public/config.json
index ac916c5..af7e84a 100644
--- a/public/config.json
+++ b/public/config.json
@@ -39,11 +39,5 @@
     "jp": "label.japanese.keyboard",
     "sc": "label.simplified.chinese.keyboard"
   },
-  "plugins": [
-    {
-      "name": "ExamplePlugin",
-      "icon": "appstore",
-      "path": "example.html"
-    }
-  ]
+  "plugins": []
 }