mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Add initial files.
This commit is contained in:
commit
df6f793212
15
README.md
Normal file
15
README.md
Normal file
@ -0,0 +1,15 @@
|
||||
SilverStripe Grid Field Extensions Module
|
||||
=========================================
|
||||
|
||||
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)
|
0
_config/.gitignore
vendored
Normal file
0
_config/.gitignore
vendored
Normal file
16
composer.json
Normal file
16
composer.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "silverstripe/gridfieldextensions",
|
||||
"description": "A collection of useful grid field components",
|
||||
"type": "silverstripe-module",
|
||||
"keywords": ["silverstripe", "gridfield"],
|
||||
"license": "BSD-3-Clause",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andrew Short",
|
||||
"email": "andrewjshort@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"silverstripe/framework": "3.*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user