Merge pull request #9 from DrMartinGonzo/patch-1

Icon wouldn't display
This commit is contained in:
Robbie Averill 2018-02-26 11:01:51 +13:00 committed by GitHub
commit 095c94620d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use SilverStripe\ORM\FieldType\DBField;
class ElementList extends BaseElement
{
private static $icon = 'dnadesign/silverstripe-elemental-list:images/list.svg';
private static $icon = 'font-icon-block-file-list';
private static $has_one = [
'Elements' => ElementalArea::class