Contributes a section to Settings page that allows to configure Google Analytics.
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(),
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).
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE