Skip to content

Commit 6c2becf

Browse files
Added missing configuration reference items to docs
1 parent c86c897 commit 6c2becf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/first_use_installing_and_configuring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ lin3s_pattern_library_builder:
2121
custom_styles:
2222
color_primary: "#000"
2323
logo: ~
24+
javascripts: []
25+
stylesheets: []
2426
templates_config_files_path: "%kernel.root_dir%/PatternLibrary"
2527
```
2628
Add routes to access the Design System in your routing file:

docs/symfony_configuration_reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ lin3s_pattern_library_builder:
1010
custom_styles:
1111
color_primary: "#000"
1212
logo: ~
13+
# Javascript files to be injected to the pattern library
14+
javascripts: []
15+
# CSS files to be injected to the pattern library
16+
stylesheets: []
1317
templates_config_files_path: "%kernel.root_dir%/PatternLibrary"
1418
```

0 commit comments

Comments
 (0)