mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* 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
8 lines
216 B
YAML
8 lines
216 B
YAML
edb_admin:
|
|
admin_icon: "code" # See https://fontawesome.com/v5/search?s=solid
|
|
admin_title: "Admin"
|
|
source_prefix: "media_source"
|
|
cache_prefix: "media_cache"
|
|
media_class: null
|
|
user_class: null
|