-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
28 lines (28 loc) · 924 Bytes
/
composer.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
27
28
{
"name": "briceburg/silverstripe-pageholder",
"description": "Hide children from the CMS sitetree and allow management through a Versioned GridField. Think _BlogHolder_ but flexible and for any page type.",
"type": "silverstripe-module",
"homepage": "https://github.com/briceburg/silverstripe-pageholder",
"keywords": ["silverstripe", "sitetree", "versioned", "gridfield", "subpages", "children", "hide", "manage", "cms"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Brice Burgess",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/briceburg/silverstripe-pageholder/issues"
},
"require": {
"silverstripe/framework": "~3.0",
"micschk/silverstripe-excludechildren": "*"
},
"extra": {
"installer-name": "pageholder",
"screenshots": [
"docs/screenshots/pageholder.png",
"docs/screenshots/pageholder_edit.png"
]
}
}