liip_theme.yaml 405 B

123456789
  1. liip_theme:
  2. themes: ['default', 'my_theme']
  3. active_theme: 'default'
  4. path_patterns:
  5. bundle_resource:
  6. - '%kernel.root_dir%/../templates/themes/%%current_theme%%/%%bundle_name%%/%%template%%'
  7. # %%current_theme%% is the variable representing active_theme defined above
  8. # %%bundle_name%% and %%template%% are managed by liip depending on the page loaded