sortablegridfield/composer.json

18 lines
378 B
JSON
Raw Normal View History

2012-11-13 20:00:57 +01:00
{
"name": "UndefinedOffset/SortableGridField",
"description": "Adds drag and drop functionality to SilverStripe 3.0's GridField",
"type": "silverstripe-module",
"keywords": ["silverstripe", "gridfield"],
"authors": [
{
"name": "Ed Chipman",
"homepage": "http://www.edchipman.ca",
"role": "Developer"
2012-11-13 20:00:57 +01:00
}
],
"require":
{
"silverstripe/framework": "3.*"
}
}