Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 527 Bytes

symfony_configuration_reference.md

File metadata and controls

18 lines (16 loc) · 527 Bytes

Symfony Configuration reference

These are the parameters accepted by Pattern Library Builder

lin3s_pattern_library_builder:
    theme:
        title: "My title"
        description: "My description"
        custom_styles:
            color_primary: "#000"
        logo: ~
        # Javascript files to be injected to the pattern library
        javascripts: []
        # CSS files to be injected to the pattern library
        stylesheets: []
    templates_config_files_path: "%kernel.root_dir%/PatternLibrary"