Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 645 Bytes

configuration.md

File metadata and controls

24 lines (17 loc) · 645 Bytes

Configuration

The complete bundle configuration:

# Default configuration for extension with alias: "huh_encore"
huh_encore:
  templates:

    # Register import templates to customize how assets are imported into your templates.
    imports:

      # Prototype
      -

        # Unique template alias. Example: default_css
        name:                 ~ # Required

        # Full references twig template path. Example: @HeimrichHannotEncore/encore_css_imports.html.twig
        template:             ~ # Required

  # Remove jQuery from global array, if addJQuery is enabled in layout section.
  unset_jquery:         false