isaacdanielreyna / retrowave-theme
SilverStripe 4 Theme - RetroWave
Installs: 125
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Language:Scheme
Type:silverstripe-theme
Requires
- silverstripe/framework: ^4.0
This package is auto-updated.
Last update: 2024-10-29 05:40:49 UTC
README
Installation
Via Composer
composer require isaacdanielreyna/retrowave-theme
Configuring theme
After installing, update the current theme in SilverStripe. Edit app/_config/theme.yml and add retrowave-theme
---
Name: mytheme
---
SilverStripe\View\SSViewer:
themes:
- '$public'
- 'retrowave-theme'
- '$default'
SilverStripe\i18n\i18n:
default_locale: 'en_US'