Files
symfony-flex-recipes-contrib/troopers.alertify-bundle.3.0.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

40 lines
2.1 KiB
JSON

{
"locks": {
"troopers/alertify-bundle": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "d1fd88c724bd3ad9143426559626bc5865679cc8"
}
}
},
"manifests": {
"troopers/alertify-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "troopers/alertify-bundle",
"version": "3.0",
"manifest": {
"bundles": {
"Troopers\\AlertifyBundle\\TroopersAlertifyBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": "<fg=blue;options=bold>Finish the configuration<fg=blue>:</>\n1. You <options=bold>MUST</> follow the guide to include js and / or css assets https://github.com/Troopers/AlertifyBundle/blob/master/Resources/doc/configuration.md</>.\n2. You <options=bold>MAY</> configure your favorite alert library (<comment>toastr</>, <comment>notie</>, <comment>pushjs</>... and even your <comment>own</>).\n\nWarning: make sure the twig engine is turned on in framework.yaml.\n\n - If not, add the following to config/packages/framework.yaml:\n\nframework:\n # ...\n templating:\n engines: ['twig']\n\n"
},
"files": {
"config/packages/troopers_alertify.yaml": {
"contents": "#Please learn more about alertify contexts https://github.com/Troopers/AlertifyBundle/blob/master/Resources/doc/configuration.md\ntroopers_alertify:\n contexts:\n front:\n engine: \"notie\"\n layout: \"top\"\n translationDomain: \"messages\"\n options:\n alertTime: 10\n\n",
"executable": false,
"encoding": ""
}
},
"origin": "troopers/alertify-bundle:3.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}