{ "manifests": { "kunstmaan/media-bundle": { "manifest": { "bundles": { "Kunstmaan\\MediaBundle\\KunstmaanMediaBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "public/": "%PUBLIC_DIR%/" }, "gitignore": [ "/public/uploads/" ] }, "files": { "config/routes/kunstmaan_media.yaml": { "contents": [ "KunstmaanMediaBundle:", " resource: \"@KunstmaanMediaBundle/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 }, "public/uploads/.gitignore": { "contents": [ "" ], "executable": false } }, "ref": "ee895d7c1b22fcd623e0ce020295838c27bfa5b4" } } }