Description:
When trying to use the tooltip color picker field type (plugin::superfields.tooltip-color-picker), the admin panel shows the following error instead of rendering the field:
Unsupported field type: plugin::superfields.tooltip-color-picker
Steps to Reproduce:
- Install strapi-plugin-superfields.
- Add a field with type plugin::superfields.tooltip-color-picker to a content type.
- Open the content type in the Strapi admin panel.
Expected Behavior:
The tooltip color picker field should render properly in the admin UI and allow selecting a color.
Actual Behavior:
The field does not render and instead displays an "Unsupported field type" error message.
Environment:
Strapi version: 5.18.1
Plugin version: 5.8.2
Node.js version: 20 LTS