Skip to content

Commit

Permalink
Merge pull request #1 from jsirish/bugfix/cleanup
Browse files Browse the repository at this point in the history
update README, cleanup
  • Loading branch information
jsirish committed Oct 11, 2018
2 parents 3fec15f + 0349177 commit 1feb1ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 25 deletions.
18 changes: 10 additions & 8 deletions README.md
@@ -1,19 +1,21 @@
# silverstripe-elemental-filelist
# Silverstripe Elemental FileList

a multi file block for SilverStripe Elemental
A multi file block for SilverStripe Elemental.

## Requirements

- SilverStripe 3.2
- SilverStripe ^4.0
- SilverStripe Elemental ^2.0

## Installation

This is how you install silverstripe-elemental-filelist.
`composer require dynamic/silverstripe-elemental-filelist`

## Example usage
## Usage

You use silverstripe-elemental-filelist like this.
Elemental FileList Block will add the following Element to your site:

## Documentation
* FileList

The FileList Element will display a list of files for download.

See the [docs/en](docs/en/index.md) folder.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,7 +9,7 @@
}
],
"keywords": [
"silverstripe"
"silverstripe", "elemental", "file"
],
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
Expand Down
16 changes: 0 additions & 16 deletions src/ORM/FileDataExtension.php

This file was deleted.

0 comments on commit 1feb1ad

Please sign in to comment.