Resources / Simple resources
I have a resource that I'm working with. When I set my actions with
->url(null)
, it transforms my page into a form modal. I'm wondering if this is the correct approach when I want to set my resource (or a specific page) as "simple," or if I should regenerate my resource with the "simple" option instead.
2 Replies
just remove the pages from getPages() in the resource
leave the list page
you dont need to url(null)
Perfect! thank you!