X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig.yml;h=efc815b8e9a3211e122649c73d5883795a89bc0e;hb=7083d183b9df11f350be0d7039f5f0e33536b94b;hp=1bd93d645f04e3257d6c011b0b3e652db0c460ff;hpb=32da2a70ef278bd42f66eb82c3fbf1905a417b87;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.yml b/app/config/config.yml index 1bd93d64..efc815b8 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -45,8 +45,12 @@ twig: export_mobi: %export_mobi% export_pdf: %export_pdf% version: %app.version% + warning_message: %warning_message% paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" flattr_url: "https://flattr.com/thing/1265480" + form: + resources: + - LexikFormFilterBundle:Form:form_div_layout.html.twig # Assetic Configuration assetic: @@ -75,7 +79,10 @@ doctrine: orm: auto_generate_proxy_classes: "%kernel.debug%" - auto_mapping: true + entity_managers: + default: + naming_strategy: wallabag_core.doctrine.prefixed_naming_strategy + auto_mapping: true # Swiftmailer Configuration swiftmailer: @@ -133,19 +140,15 @@ liip_theme: load_controllers: false themes: - baggy - - dark - - default - - dmagenta - - solarized - - solarized-dark + - material autodetect_theme: wallabag_core.helper.detect_active_theme path_patterns: - app_resource: - - %%app_path%%/views/themes/%%current_theme%%/%%template%% - - %%app_path%%/views/%%template%% + # app_resource: + # - %%app_path%%/views/themes/%%current_theme%%/%%template%% + # - %%app_path%%/views/%%template%% bundle_resource: - %%bundle_path%%/Resources/views/themes/%%current_theme%%/%%template%% - bundle_resource_dir: - - %%dir%%/views/themes/%%current_theme%%/%%bundle_name%%/%%template%% - - %%dir%%/views/%%bundle_name%%/%%override_path%% + # bundle_resource_dir: + # - %%dir%%/views/themes/%%current_theme%%/%%bundle_name%%/%%template%% + # - %%dir%%/views/%%bundle_name%%/%%override_path%%