Skip to content

Commit

Permalink
Merge branch '1.x' into 598-data-object-editor-quantity-value-endpoin…
Browse files Browse the repository at this point in the history
…ts-tag-handling
  • Loading branch information
lukmzig committed Dec 4, 2024
2 parents 092931b + d8c8f9d commit 331aae7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/00_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }
```

0 comments on commit 331aae7

Please sign in to comment.