mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Move information from README into composer.json.
This commit is contained in:
parent
692453bf9b
commit
b26b2b3165
13
README.md
13
README.md
@ -8,16 +8,3 @@ This module provides a number of useful grid field components:
|
|||||||
* `GridFieldAddNewMultiClass` - lets the user select from a list of classes to create a new record from.
|
* `GridFieldAddNewMultiClass` - lets the user select from a list of classes to create a new record from.
|
||||||
* `GridFieldEditableColumns` - allows inline editing of records.
|
* `GridFieldEditableColumns` - allows inline editing of records.
|
||||||
* `GridFieldOrderableRows` - drag and drop re-ordering of rows.
|
* `GridFieldOrderableRows` - drag and drop re-ordering of rows.
|
||||||
|
|
||||||
Maintainer Contacts
|
|
||||||
-------------------
|
|
||||||
* Andrew Short (<andrewjshort@gmail.com>)
|
|
||||||
|
|
||||||
Requirements
|
|
||||||
------------
|
|
||||||
* SilverStripe 3.0
|
|
||||||
|
|
||||||
Links
|
|
||||||
-----
|
|
||||||
* [GitHub Project](http://github.com/ajshort/silverstripe-gridfieldextensions)
|
|
||||||
* [Issue Tracker](http://github.com/ajshort/silverstripe-gridfieldextensions/issues)
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "ajshort/silverstripe-gridfieldextensions",
|
"name": "ajshort/silverstripe-gridfieldextensions",
|
||||||
"description": "A collection of useful grid field components",
|
"description": "A collection of useful grid field components",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
|
"homepage": "http://github.com/ajshort/silverstripe-gridfieldextensions",
|
||||||
"keywords": ["silverstripe", "gridfield"],
|
"keywords": ["silverstripe", "gridfield"],
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"authors": [
|
"authors": [
|
||||||
@ -10,6 +11,9 @@
|
|||||||
"email": "andrewjshort@gmail.com"
|
"email": "andrewjshort@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "http://github.com/ajshort/silverstripe-gridfieldextensions/issues"
|
||||||
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/framework": ">=3.1"
|
"silverstripe/framework": ">=3.1"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user