]> BookStack Code Mirror - bookstack/commit
Started backend theme system
authorDan Brown <redacted>
Tue, 16 Mar 2021 17:14:03 +0000 (17:14 +0000)
committerDan Brown <redacted>
Tue, 16 Mar 2021 17:14:03 +0000 (17:14 +0000)
commitc61c3bc60890f171589f3fcdccbe217c900af1c1
treea74b4adb2b8703f23ac9f911888d7e489dc00062
parent1420f239fceac1e59182cd50a5dc9d39b614ffa4
Started backend theme system

Allows customization of back-end components via event-driven handling
from the theme folder.
app/Config/app.php
app/Entities/Tools/PageContent.php
app/Facades/Theme.php [new file with mode: 0644]
app/Providers/CustomFacadeProvider.php
app/Providers/ThemeServiceProvider.php [new file with mode: 0644]
app/Theming/ThemeEvents.php [new file with mode: 0644]
app/Theming/ThemeService.php [new file with mode: 0644]