...
Code Block | ||||
---|---|---|---|---|
| ||||
{
"name": "Nginx Config",
"type": "config",
"group": "Examples",
"description": "This is the description of your config",
"subType": "configuration",
"tags": ["tag1", "tag2"],
"attributes": {
"att1": ["att1.1", "att1.2"],
"att2": ["att2.1", "att2.2"]
},
"tab": {
"main": "Main tab",
"sub": "Sub tab"
},
"program": ["soajs"],
"documentation": {
"readme": "/doc/markupfile",
"release": "/doc/markupfile"
},
"version": "1",
"profile": {
//free to add whatever you want
}
} |
...