-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
32 lines (24 loc) · 1.01 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// This file is the descriptor for the DSS Plugin tmp
{
// The identifier of the plugin.
// This must be globally unique, and only contain A-Za-z0-9_-
// BEWARE: Changing this value is a dangerous operation and
// needs manual administrator intervention to fix directory names
"id" : "tmp",
// Version. It is highly recommended to use Semantic Versioning
"version" : "0.0.1",
// Meta data for display purposes
"meta" : {
// Name of this plugin that appears in the interface.
"label" : "Plugin tmp",
"description" : "A longer string explaining what the plugin does",
"author" : "joachim",
// The icon of a plugin must be one of the FontAwesome 3.1 icons
"icon" : "icon-puzzle-piece",
"licenseInfo" : "Apache Software License",
// URL where the user can learn more about the plugin
"url" : "https://www.dataiku.com",
// List of tags for filtering the list of plugins
"tags" : ["nicedataset", "dev"]
}
}