Files
archived-recipes-contrib/eduandebruijne/admin-bundle/11.0/manifest.json
Eduan de Bruijne 01797b055d eduandebruijne/admin-bundle recipe (#1430)
* Add recipe for eduandebruijne/admin-bundle v9

* Add blank lines at EOF

* Fix codestyle

* Adjust recipe for 9.0.0

* Rename route config key

* Add new environment variables for bundle version 9.1.0

* Make bundle version 9.1.0 minimum for recipe

* Cleanup

* Fix URL for icons in admin

* Use latest bundle version, add post-install text and update ENV vars

* Change ~ to null in bundle config

* Remove PHP classes, they don't belong in a recipe

* Bump bundle version to 11 because removing the PHP classes is not BC

* Add dev-main recipe for testing

* Remove dev-main version because it doesn't work that way

* Update post-install text

* Fix version directory

* Indent post install text
2023-04-21 09:12:27 +02:00

19 lines
432 B
JSON

{
"bundles": {
"EDB\\AdminBundle\\EDBAdminBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"cache:clear": "symfony-cmd"
},
"env": {
"EDB_ADMIN_PATH": "admin",
"EDB_MEDIA_PATH": "/",
"EDB_GOOGLE_CLIENT_ID": "",
"EDB_GOOGLE_CLIENT_SECRET": ""
}
}