toeknee
Adding detail pages to custom page
Listing and detail sounds like a resource tbh... Clusters are handy for likes of tab navigation with direct access to a complicated page. So you can create another page just don't auto-register it in the navigation and add it in.
6 replies
issues when installing the panel
Interesting you were allowed to start with an integer
validate: fn (string $value) => match (true) {
preg_match('/^[a-zA-Z].*/', $value) !== false => null,
default => 'The ID must start with a letter, and not a number or special character.',
},
shows it shouldn't have been allowed.
18 replies