mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"kunstmaan/node-bundle": {
|
||||
"version": "5.2",
|
||||
"recipe": {
|
||||
"repo": "5.2",
|
||||
"branch": "master",
|
||||
"version": "5.2",
|
||||
"ref": "dc1275d2e7548fba16eb631049f26ccef4523b8e"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"kunstmaan/node-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "kunstmaan/node-bundle",
|
||||
"version": "5.2",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Kunstmaan\\NodeBundle\\KunstmaanNodeBundle": [
|
||||
@@ -27,18 +13,28 @@
|
||||
},
|
||||
"files": {
|
||||
"config/routes/kunstmaan_node.yaml": {
|
||||
"contents": "KunstmaanNodeBundle:\n resource: \"@KunstmaanNodeBundle/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": ""
|
||||
"contents": [
|
||||
"KunstmaanNodeBundle:",
|
||||
" resource: \"@KunstmaanNodeBundle/Resources/config/routing.yml\"",
|
||||
" # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements",
|
||||
" prefix: /{_locale}/",
|
||||
" requirements:",
|
||||
" _locale: \"%kunstmaan_admin.required_locales%\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/kunstmaan_node.yaml": {
|
||||
"contents": "kunstmaan_node:\n lock:\n enabled: true\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"kunstmaan_node:",
|
||||
" lock:",
|
||||
" enabled: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "kunstmaan/node-bundle:5.2@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "dc1275d2e7548fba16eb631049f26ccef4523b8e"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user