Adding navigation inside cluster to CreateRecord page
I want to add navigation (as is in ListRecords page) to CreateRecord page, is it possible?
Solution:Jump to solution
add this in the CreatePage
```php
public function getSubNavigation(): array
{...
2 Replies
Solution
add this in the CreatePage
thanks