Skip to content
This repository was archived by the owner on Feb 15, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 915 Bytes

File metadata and controls

26 lines (21 loc) · 915 Bytes

Configuration reference

# app/config/config.yml

majora_framework_extra:

    clock:                        # clock component
        enabled: false            # enable it or not
        mock_param: _date_mock    # mock parameter name (request param, console option)

    translations:
        locales: []               # enable locales (used for entity loading system)

    agnostic_url_generator:       #
        enabled: false            #
                                  #
    exception_listener:           #
        enabled: false            # components toggle switches
                                  # use it to disable unused features
    doctrine_events_proxy:        # to improve performence (hi Doctrine ORM),
        enabled: false            # or container compilation speed
                                  #
    json_form_extension:          #
        enabled: false            #