Skip to content

Commit 33f5a58

Browse files
adminaavtomonov
authored andcommitted
Created plugin react
1 parent 22ad5c8 commit 33f5a58

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

plugin.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
// Plugin identifiers are globally unique and only contain A-Za-z0-9_-
3+
"id": "react",
4+
5+
// It is highly recommended to use Semantic Versioning
6+
"version": "0.0.1",
7+
8+
// Meta data for display purposes:
9+
"meta": {
10+
// label: name of the plugin as displayed, should be short
11+
"label": "React",
12+
13+
// description: longer string to help end users understand what this plugin does
14+
"description": "",
15+
16+
"author": "admin",
17+
18+
// icon: must be one of the FontAwesome 3.2.1 icons, complete list here at https://fontawesome.com/v3.2.1/icons/
19+
"icon": "icon-puzzle-piece",
20+
21+
// List of tags for filtering the list of plugins
22+
"tags": [], //for example: ["Machine Learning", "NLP"]
23+
24+
// URL where the user can learn more about the plugin
25+
"url": "",
26+
27+
"licenseInfo": "Apache Software License"
28+
}
29+
}

0 commit comments

Comments
 (0)