Closed aliwesome closed 3 months ago
That's how Nova fields work. There's 3 prefixes depending on where the field is being rendered: index- detail- form-
@Tarpsvo It's not actually a Nova field, it's a custom resource tool, I used to use it the same way on version 3, but it goes broke on version 4.
How can I handle that? to load a custom resource tool on settings page?
Nova settings renders only fields, so you need to add a form- prefix. Custom tools usually have their own dedicated page with a separate menu item in the left.
I've made a custom resource tool called Email Preview with component name
email-preview
, whenever I use it in Nova Settings like this:a
form-
prefix is being added to the component so it cannot be loaded.