mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
36 lines
946 B
JSON
36 lines
946 B
JSON
{
|
|
"name": "symbiote/silverstripe-gridfieldextensions",
|
|
"description": "A collection of useful grid field components",
|
|
"type": "silverstripe-module",
|
|
"homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions",
|
|
"keywords": ["silverstripe", "gridfield"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Andrew Short",
|
|
"email": "andrewjshort@gmail.com"
|
|
},
|
|
{
|
|
"name": "Marcus Nyeholt",
|
|
"email": "marcus@silverstripe.com.au"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues"
|
|
},
|
|
"require": {
|
|
"silverstripe/framework": "~3.1"
|
|
},
|
|
"extra": {
|
|
"installer-name": "gridfieldextensions",
|
|
"screenshots": [
|
|
"docs/en/_images/editable-rows.png",
|
|
"docs/en/_images/add-existing-search.png"
|
|
]
|
|
},
|
|
"replace": {
|
|
"silverstripe-australia/gridfieldextensions": "self.version",
|
|
"ajshort/silverstripe-gridfieldextensions": "self.version"
|
|
}
|
|
}
|