modera/backend-google-analytics-config-bundle

Provide UI access to configuration properties from 'analytics' category.

v0.2.1 2022-01-17 12:31 UTC

This package is auto-updated.

Last update: 2024-04-17 17:11:25 UTC


README

Contributes a section to Settings page that allows to configure Google Analytics.

Installation

Add a dependency to your composer.json by running:

composer require modera/backend-google-analytics-config-bundle

You don't have to manually update your AppKernel class if you have modera/module-bundle bundle installed already, otherwise you need to add this to your AppKernel:

new \Modera\BackendGoogleAnalyticsConfigBundle\ModeraBackendGoogleAnalyticsConfigBundle(),

Documentation

You can use "modera_config_value" Twig function to fetch values of your configuration properties right from templates (for this you need to use v1.1.0 of modera/config-bundle bundle).

Licensing

This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE