Skip to content

Plugin configuration file description (JSON)

Thomas Milox edited this page Mar 17, 2017 · 4 revisions

{ // nom du plugin, unique "name": { "type": String, "unique": True, "required": True, "format": "a->z,-,_,0-9", },

// description
"description": {
    "type": String,
    "required": True,
},

// version du plugin, versioning unique par plugin
"version": {
    "type": String,
    "unique": True, (one version per plugin),
    "format": "Majeur.Mineur.Build",
    "required": True,
},

// username de l'user
"author": {
    "type": String,
    "required": True,
},

}

Clone this wiki locally