diff --git a/doc/00_Installation.md b/doc/00_Installation.md index 9b04756a..a09466ca 100644 --- a/doc/00_Installation.md +++ b/doc/00_Installation.md @@ -27,8 +27,8 @@ security: firewalls: pimcore_studio: '%pimcore_studio_backend.firewall_settings%' access_control: - - { path: ^/pimcore-studio/api/(docs|docs.json|translations)$, roles: PUBLIC_ACCESS } - - { path: ^/pimcore-studio, roles: ROLE_PIMCORE_USER } + - { path: ^/pimcore-studio/api/(docs|docs/json|translations)$, roles: PUBLIC_ACCESS } + - { path: ^/pimcore-studio/api, roles: ROLE_PIMCORE_USER } ``` 3) Make sure the bundle is enabled in the `config/bundles.php` file. The following lines should be added: @@ -124,6 +124,6 @@ pimcore_studio_backend: ```yaml security: access_control: - - { path: ^/your-prefix/api/(docs|docs.json|translations)$, roles: PUBLIC_ACCESS } - - { path: ^/your-prefix, roles: ROLE_PIMCORE_USER } -``` + - { path: ^/your-prefix/api/(docs|docs/json|translations)$, roles: PUBLIC_ACCESS } + - { path: ^/your-prefix/api, roles: ROLE_PIMCORE_USER } +``` \ No newline at end of file