isaacdanielreyna/retrowave-theme

SilverStripe 4 Theme - RetroWave

Installs: 124

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Language:Scheme

Type:silverstripe-theme

dev-master 2019-07-01 02:22 UTC

This package is auto-updated.

Last update: 2024-02-29 03:50:49 UTC


README

List View

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'