mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Add LiipThemeBundle
Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
This commit is contained in:
parent
fca3c75723
commit
32da2a70ef
247 changed files with 938 additions and 143 deletions
|
@ -1 +1 @@
|
|||
../../src/Wallabag/CoreBundle/Resources/views/_global/public
|
||||
../../src/Wallabag/CoreBundle/Resources/views/themes/_global/public/
|
|
@ -1 +1 @@
|
|||
../../src/Wallabag/CoreBundle/Resources/views/baggy/public
|
||||
../../src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/
|
|
@ -1 +1 @@
|
|||
../../src/Wallabag/CoreBundle/Resources/views/dark/public
|
||||
../../src/Wallabag/CoreBundle/Resources/views/themes/dark/public
|
|
@ -1 +1 @@
|
|||
../../src/Wallabag/CoreBundle/Resources/views/default/public
|
||||
../../src/Wallabag/CoreBundle/Resources/views/themes/default/public
|
|
@ -1 +1 @@
|
|||
../../src/Wallabag/CoreBundle/Resources/views/dmagenta/public/
|
||||
../../src/Wallabag/CoreBundle/Resources/views/themes/dmagenta/public/
|
|
@ -1 +1 @@
|
|||
../../src/Wallabag/CoreBundle/Resources/views/solarized/public
|
||||
../../src/Wallabag/CoreBundle/Resources/views/themes/solarized/public
|
|
@ -1 +1 @@
|
|||
../../src/Wallabag/CoreBundle/Resources/views/solarized-dark/public
|
||||
../../src/Wallabag/CoreBundle/Resources/views/themes/solarized-dark/public
|
Loading…
Add table
Add a link
Reference in a new issue