File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments