Custom Pages why can't I add multiple components to one page.
Why isn't there a function to draw a page. instead of only building out each component like form, infolist, table builder.
For example have a function Page(Page $page)
return $page->section->("form")->schema([$this->getForm])->section->("Info")->schema([$this->getInfoList(),$this->getTable])
This is an example and I'm sure you get the point.
0 Replies