A simple library of SVG page type icons for enhancing your SilverStripe CMS interface.
A simple library of SVG page type icons for enhancing your SilverStripe CMS interface.
Install the module using composer:
composer require innoweb/silverstripe-page-icons dev-master
Then run dev/build.
You can reference the page type icons in your configuration like this:
Your\Namespace\ExampleLocationPage:
icon: 'innoweb/silverstripe-page-icons: client/icons/location.svg'
For page types that use the Silverstripe built-in icon classes, you need to also disable the icon class:
SilverStripe\UserForms\Model\UserDefinedForm:
icon: 'innoweb/silverstripe-page-icons: client/icons/form.svg'
icon_class: false
The module by default replaces the icons for the default page types SiteTree/Page, ErrorPage, VirtualPage and RedirectorPage.
It also replaces the page types for the following modules:
BSD 3-Clause License, see License
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem