-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbox.json
26 lines (26 loc) · 985 Bytes
/
box.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":"Preside Extension: Alternate Admin Theme",
"type":"preside-extensions",
"version":"$VERSION_NUMBER",
"location":"$DOWNLOAD_URL",
"private":false,
"author":"Pixl8 Group",
"directory":"application/extensions",
"shortDescription":"The Alternate Admin Theme extension provides a refresh to the original Preside core admin layout and styling, and also adds customisation options.",
"description":"The Alternate Admin Theme extension provides a refresh to the original Preside core admin layout and styling, and also adds customisation options.",
"repository":{
"type":"git",
"URL":"https://github.com/pixl8/preside-ext-alt-admin-theme"
},
"slug":"preside-ext-alt-admin-theme",
"projectURL":"https://github.com/pixl8/preside-ext-alt-admin-theme",
"ignore":[
".git/*",
".gitignore",
".github/*",
".twgit_features_subject"
],
"preside":{
"minVersion":"10.20.0"
}
}