generated from SeaCMS/modele-depot
fix(sites/default): url of themes
This commit is contained in:
parent
784a478c7a
commit
1428bc882f
@ -14,7 +14,7 @@ locale: ~ # Your PHP installation might require you to
|
||||
# Theme
|
||||
#
|
||||
theme: seacms # The name of your custom theme
|
||||
themes_url: ~ # Pico will try to guess the URL to the themes dir of your installation;
|
||||
themes_url: ../../vendor/picocms/themes # Pico will try to guess the URL to the themes dir of your installation;
|
||||
# If this fails, override it here. Example: https://example.com/pico/themes/
|
||||
theme_config: # Additional theme-specific config
|
||||
widescreen: false # Default theme: Use more horizontal space (i.e. make the site container wider)
|
||||
@ -51,7 +51,7 @@ assets_url: ~ # Pico will try to guess the URL to the asse
|
||||
##
|
||||
# Plugins
|
||||
#
|
||||
plugins_url: ~ # Pico will try to guess the URL to the plugins dir of your installation;
|
||||
plugins_url: ../../vendor/picocms/plugins # Pico will try to guess the URL to the plugins dir of your installation;
|
||||
# If this fails, override it here. Example: https://example.com/pico/plugins/
|
||||
DummyPlugin.enabled: false # Force the plugin "DummyPlugin" to be disabled
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user