We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff7b12 commit c86c897Copy full SHA for c86c897
docs/symfony_configuration_reference.md
@@ -1,3 +1,14 @@
1
# Symfony Configuration reference
2
3
-> TODO
+These are the parameters accepted by Pattern Library Builder
4
+
5
+```yaml
6
+lin3s_pattern_library_builder:
7
+ theme:
8
+ title: "My title"
9
+ description: "My description"
10
+ custom_styles:
11
+ color_primary: "#000"
12
+ logo: ~
13
+ templates_config_files_path: "%kernel.root_dir%/PatternLibrary"
14
+```
0 commit comments