mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
20 lines
409 B
JSON
20 lines
409 B
JSON
{
|
|
"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"
|
|
}
|
|
],
|
|
|
|
"require":
|
|
{
|
|
"silverstripe/framework": "3.*",
|
|
"composer/installers": "*"
|
|
}
|
|
}
|