From 0349177918dfec2a56bb595e02a603e497c0320b Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Thu, 11 Oct 2018 11:54:31 -0500 Subject: [PATCH] update README, cleanup --- README.md | 18 ++++++++++-------- composer.json | 2 +- src/ORM/FileDataExtension.php | 16 ---------------- 3 files changed, 11 insertions(+), 25 deletions(-) delete mode 100644 src/ORM/FileDataExtension.php diff --git a/README.md b/README.md index 6d7c87a..7cf48a2 100644 --- a/README.md +++ b/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. diff --git a/composer.json b/composer.json index 7ef9b7d..cd5f3bf 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "keywords": [ - "silverstripe" + "silverstripe", "elemental", "file" ], "type": "silverstripe-vendormodule", "license": "BSD-3-Clause", diff --git a/src/ORM/FileDataExtension.php b/src/ORM/FileDataExtension.php deleted file mode 100644 index 70f937f..0000000 --- a/src/ORM/FileDataExtension.php +++ /dev/null @@ -1,16 +0,0 @@ - ElementFileList::class, - ]; -} \ No newline at end of file