How to hide relation manager only on view pages
I found how to hide it on edit pages, but I want to hide it only when using the view route
Solution:Jump to solution
you can register the relation manager only in the EditPage
```php
public function getRelationManagers(): array
{...
1 Reply
Solution
you can register the relation manager only in the EditPage