We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b81b239 + 38e58b4 commit 34f3760Copy full SHA for 34f3760
22 files changed
plugins/eginnovations/v1/.gitignore
@@ -0,0 +1,6 @@
1
+# Dependency directories
2
+node_modules/
3
+jspm_packages/
4
+
5
+# Test files
6
+testConfig.json
plugins/eginnovations/v1/cspell.json
+{
+ "version": "0.2",
+ "words": [
+ "eGinnovations"
+ ]
+}
plugins/eginnovations/v1/custom_types.json
@@ -0,0 +1,9 @@
+[
+ {
+ "name": "eGComponents",
+ "type": "app",
+ "icon": "app",
+ "singular": "app",
7
+ "plural": "apps"
8
+ }
9
+]
0 commit comments