Skip to content

Commit

Permalink
update configuration reference
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Oct 31, 2023
1 parent 0780eb8 commit 8dc6063
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ The complete bundle configuration:
```yaml
# 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
```

0 comments on commit 8dc6063

Please sign in to comment.