blob: 3a52e318c550c00052b2975ddd748d6faf9c1200 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
//! [1]
\"Name\" : \"Example\",
\"Version\" : \"0.0.1\",
\"CompatVersion\" : \"0.0.1\",
//! [1]
//! [2]
\"Vendor\" : \"MyCompany\",
\"Copyright\" : \"(C) MyCompany\",
\"License\" : \"Put short license information here\",
\"Description\" : \"Put a short description of your plugin here\",
\"Url\" : \"https://www.mycompany.com\",
//! [2]
//! [3]
$$dependencyList
//! [3]
}
|