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.
|
||||
* `GridFieldEditableColumns` - allows inline editing of records.
|
||||
* `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",
|
||||
"description": "A collection of useful grid field components",
|
||||
"type": "silverstripe-module",
|
||||
"homepage": "http://github.com/ajshort/silverstripe-gridfieldextensions",
|
||||
"keywords": ["silverstripe", "gridfield"],
|
||||
"license": "BSD-3-Clause",
|
||||
"authors": [
|
||||
@ -10,6 +11,9 @@
|
||||
"email": "andrewjshort@gmail.com"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "http://github.com/ajshort/silverstripe-gridfieldextensions/issues"
|
||||
},
|
||||
"require": {
|
||||
"silverstripe/framework": ">=3.1"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user