forked from gerhard/glz_custom_fields
-
Notifications
You must be signed in to change notification settings - Fork 5
/
manifest.json
26 lines (26 loc) · 1.1 KB
/
manifest.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
{
"name" : "glz_custom_fields",
"description" : "Unlimited special custom fields",
"version" : "2.0.5",
"type" : 5,
"author" : "Gerhard Lazu",
"author_uri" : "http://github.com/jools-r/glz_custom_fields",
"contributors" : "Randy Levine, Sam Weiss, Luca Botti, Manfre, Vladimir Siljkovic, Julian Reisenberger, Steve Dickinson, Stef Dawson, Jean-Pol Dupont",
"compatibility" : "4.7",
"order" : 9,
"flags" : 3,
"help" : {"file" : [
"./docs/help.textile"
]},
"code" : {"file" : [
"./src/glz/db.php",
"./src/glz/helpers.php",
"./src/glz/public-tags.php",
"./src/glz/prefspane.php",
"./src/glz/field-types.php",
"./src/glz/css-js.php",
"./src/glz/callbacks.php",
"./src/glz/steps.php",
"./src/glz/main.php"
]}
}