forked from symbiote/silverstripe-gridfieldextensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move information from README into composer.json.
- Loading branch information
Showing
2 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 (<[email protected]>) | ||
|
||
Requirements | ||
------------ | ||
* SilverStripe 3.0 | ||
|
||
Links | ||
----- | ||
* [GitHub Project](http://github.com/ajshort/silverstripe-gridfieldextensions) | ||
* [Issue Tracker](http://github.com/ajshort/silverstripe-gridfieldextensions/issues) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "[email protected]" | ||
} | ||
], | ||
"support": { | ||
"issues": "http://github.com/ajshort/silverstripe-gridfieldextensions/issues" | ||
}, | ||
"require": { | ||
"silverstripe/framework": ">=3.1" | ||
}, | ||
|