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

44 lines
2.2 KiB
JSON

{
"locks": {
"msalsas/voting-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "c347ea89d380c403deadd722ca78008c30408dc6"
}
}
},
"manifests": {
"msalsas/voting-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "msalsas/voting-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"Msalsas\\VotingBundle\\MsalsasVotingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/msalsas_voting.yaml": {
"contents": "positive_vote:\n path: /vote-positive/{_locale}/{id}\n controller: Msalsas\\VotingBundle\\Controller\\VoteController:votePositive\n methods: POST\nnegative_vote:\n path: /vote-negative/{_locale}/{id}\n controller: Msalsas\\VotingBundle\\Controller\\VoteController:voteNegative\n methods: POST\n",
"executable": false,
"encoding": ""
},
"config/packages/msalsas_voting.yaml": {
"contents": "msalsas_voting:\n user_provider: \\App\\Entity\\User\n negative_reasons:\n - msalsas_voting.negative_reasons.irrelevant\n - msalsas_voting.negative_reasons.old\n - msalsas_voting.negative_reasons.tiredness\n - msalsas_voting.negative_reasons.sensationalist\n - msalsas_voting.negative_reasons.spam\n - msalsas_voting.negative_reasons.duplicated\n - msalsas_voting.negative_reasons.microblogging\n - msalsas_voting.negative_reasons.erroneous\n - msalsas_voting.negative_reasons.plagiarism\n anonymous_percent_allowed: 50\n anonymous_min_allowed: 2\n",
"executable": false,
"encoding": ""
}
},
"origin": "msalsas/voting-bundle:1.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}