diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js
index 932e4cef..99667df0 100644
--- a/ayanova/src/api/gzmenu.js
+++ b/ayanova/src/api/gzmenu.js
@@ -292,9 +292,9 @@ export default {
// params: { ayatype: item.data.ayaType, recordid: item.data.recordId }
// });
// break;
- case "plugin":
- alert("STUB: plugin / more");
- break;
+ // case "plugin":
+ // alert("STUB: plugin / more");
+ // break;
case "review":
vm.$router.push({
name: "ay-review",
diff --git a/ayanova/src/components/extension-tags-control.vue b/ayanova/src/components/extension-tags-control.vue
new file mode 100644
index 00000000..51311e7c
--- /dev/null
+++ b/ayanova/src/components/extension-tags-control.vue
@@ -0,0 +1,23 @@
+
+
+ {{ errorBoxMessage }}
+
+
+
diff --git a/ayanova/src/components/extensions-control.vue b/ayanova/src/components/extensions-control.vue
new file mode 100644
index 00000000..dcbabeb6
--- /dev/null
+++ b/ayanova/src/components/extensions-control.vue
@@ -0,0 +1,84 @@
+
+
+
+ {{ $ay.t("Extensions") }}
+ {{ $ay.t("SelectedItems") }}
+ {{ selectedItems.length }}
+
+
+
+
+ Plugin / utility name here
+
+ Plugin utility component here, it will decide if it's visible or
+ not in a way that doesn't take up dom space (v-if I guess in an
+ expansion panel?) Lorem ipsum dolor sit amet, consectetur
+ adipiscing elit, sed do eiusmod tempor incididunt ut labore et
+ dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
+ exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.
+
+
+
+
+
+
+ {{
+ $ay.t("Close")
+ }}
+
+
+
+
+
diff --git a/ayanova/src/main.js b/ayanova/src/main.js
index 6fde1fc9..ff1cec39 100644
--- a/ayanova/src/main.js
+++ b/ayanova/src/main.js
@@ -46,7 +46,7 @@ import currencyControl from "./components/currency-control.vue";
import decimalControl from "./components/decimal-control.vue";
import roleControl from "./components/role-control.vue";
import errorControl from "./components/error-control.vue";
-import pluginsControl from "./components/plugins-control.vue";
+import extensionsControl from "./components/extensions-control.vue";
import reportSelectorControl from "./components/report-selector-control.vue";
import reportViewerControl from "./components/report-viewer-control.vue";
import wikiControl from "./components/wiki-control.vue";
@@ -189,7 +189,7 @@ Vue.component("gz-role-picker", roleControl);
Vue.component("gz-error", errorControl);
Vue.component("gz-report-selector", reportSelectorControl);
Vue.component("gz-report-viewer", reportViewerControl);
-Vue.component("gz-plugins", pluginsControl);
+Vue.component("gz-extensions", extensionsControl);
Vue.component("gz-wiki", wikiControl);
Vue.component("gz-attachments", attachmentControl);
Vue.component("gz-chart-line", chartLineControl);
diff --git a/ayanova/src/views/widgets.vue b/ayanova/src/views/widgets.vue
index d95b21b7..1798813c 100644
--- a/ayanova/src/views/widgets.vue
+++ b/ayanova/src/views/widgets.vue
@@ -1,7 +1,11 @@
-
-
+
+