twin-elements/settings-bundle

Settings core library for CMS

v1.0.4 2022-07-29 12:05 UTC

This package is auto-updated.

Last update: 2024-04-29 04:47:42 UTC


README

#Installation

in bundles.php

TwinElements\SettingsBundle\TwinElementsSettingsBundle::class => ['all' => true],

in routes.yaml

settings_admin:
    resource: "@TwinElementsSettingsBundle/Controller/"
    prefix: /admin
    type: annotation
    requirements:
    _locale: '%app_locales%'
    defaults:
    _locale: '%locale%'
    _admin_locale: '%admin_locale%'
    options: { i18n: false }