diff --git a/eduandebruijne/admin-bundle/11.0/config/packages/edb_admin.yaml b/eduandebruijne/admin-bundle/11.0/config/packages/edb_admin.yaml new file mode 100644 index 00000000..6bb2701e --- /dev/null +++ b/eduandebruijne/admin-bundle/11.0/config/packages/edb_admin.yaml @@ -0,0 +1,7 @@ +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 diff --git a/eduandebruijne/admin-bundle/11.0/config/routes/edb_admin.yaml b/eduandebruijne/admin-bundle/11.0/config/routes/edb_admin.yaml new file mode 100644 index 00000000..15a3c8da --- /dev/null +++ b/eduandebruijne/admin-bundle/11.0/config/routes/edb_admin.yaml @@ -0,0 +1,8 @@ +edb_dynamic: + resource: . + type: admin + prefix: '%edb_admin_path%' + +edb_admin: + resource: '@EDBAdminBundle/Resources/config/routes.yaml' + prefix: '%edb_admin_path%' diff --git a/eduandebruijne/admin-bundle/11.0/manifest.json b/eduandebruijne/admin-bundle/11.0/manifest.json new file mode 100644 index 00000000..1f7532ce --- /dev/null +++ b/eduandebruijne/admin-bundle/11.0/manifest.json @@ -0,0 +1,18 @@ +{ + "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": "" + } +} diff --git a/eduandebruijne/admin-bundle/11.0/post-install.txt b/eduandebruijne/admin-bundle/11.0/post-install.txt new file mode 100644 index 00000000..9331719b --- /dev/null +++ b/eduandebruijne/admin-bundle/11.0/post-install.txt @@ -0,0 +1 @@ + * Read the Installation Instructions at https://github.com/eduandebruijne/admin-bundle