mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
51 lines
2.4 KiB
JSON
51 lines
2.4 KiB
JSON
{
|
|
"locks": {
|
|
"kunstmaan/dashboard-bundle": {
|
|
"version": "5.2",
|
|
"recipe": {
|
|
"repo": "5.2",
|
|
"branch": "master",
|
|
"version": "5.2",
|
|
"ref": "a0512649a7b21b9a01639b0edfe2a2a3a1846d6c"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"kunstmaan/dashboard-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "kunstmaan/dashboard-bundle",
|
|
"version": "5.2",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Kunstmaan\\DashboardBundle\\KunstmaanDashboardBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"GOOGLE_API_CLIENT_ID": "client_id",
|
|
"GOOGLE_API_CLIENT_SECRET": "secret",
|
|
"GOOGLE_API_DEV_KEY": "dev_key",
|
|
"GOOGLE_API_APP_NAME": "MyDevApp"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/kunstmaan_dashboard.yaml": {
|
|
"contents": "KunstmaanDashboardBundle:\n resource: \"@KunstmaanDashboardBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/kunstmaan_dashboard.yaml": {
|
|
"contents": "# Configurate the dashboard bundle google api parameters to enable the google widget\n# More info at https://kunstmaanbundlescms.readthedocs.io/en/latest/cookbook/google-analytics-dashboard/\nkunstmaan_dashboard:\n google_analytics:\n api:\n client_id: '%env(GOOGLE_API_CLIENT_ID)%'\n client_secret: '%env(GOOGLE_API_CLIENT_SECRET)%'\n dev_key: '%env(GOOGLE_API_DEV_KEY)%'\n app_name: '%env(GOOGLE_API_APP_NAME)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "kunstmaan/dashboard-bundle:5.2@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |