Restyled and 🪄 enhanced admin interface for Silverstripe based on Bootstrap 5 🔮
This module does not modify any JavaScript components. It's purely replacing CSS only.
composer require goldfinch/enchantment
.env
SS_THEME_ENCHANTMENT=true
SS_THEME_ENCHANTMENT_SETTINGS=true # display checkbox in settings (on/off)
The new interface is controlled by a switcher in admin/settings, for you to easily go back to the original theme if you need to. Go and do that in Settings to see the magic 🧙♂️ ✨✨✨
You might need to do a page hard-refresh after enabling/disabling it.
The icons are come with the module. Go and use it for your needs:
class MyAwesomeAdmin extends ModelAdmin
{
private static $menu_icon_class = 'bi-fire';
}
This module plays nicely with dashboard goldfinch/dashboard
The MIT License (MIT)