silverstripe-archive / silverstripe-pdfgeneration

The pdfgeneration module uses css2xslfo to generate PDFs from SilverStripe templates.
Other
6 stars 2 forks source link

New : Added composer.json #3

Open vikas-srivastava opened 12 years ago

vikas-srivastava commented 12 years ago

Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements.

For more information please visit at http://extension.openbees.org/instructions/

Todo :

1 - You need to add "extra" field for snapshot, like

{
    ......... 
    "extra":
    {
        "snapshot" : "http://example.com/example.jpg"
    }
}

This will help us to showcase your module in "New Module" section.