
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
strapi-plugin-superfields
Advanced tools
This plugin adds list of new custom fields in strapi to make the content editing more comfortable
π‘ Note:
If you simply runnpm install strapi-plugin-superfields
, it will install the version for Strapi v5 by default.
To use this plugin with Strapi v4, make sure to install version^4
explicitly.
βοΈ Strapi Version | π¦ Plugin Version | π§ͺ npm Command | π§ͺ yarn Command |
---|---|---|---|
β Strapi v5 | strapi-plugin-superfields | npm install strapi-plugin-superfields | yarn add strapi-plugin-superfields |
β οΈ Strapi v4 | strapi-plugin-superfields@^4 | npm install strapi-plugin-superfields@^4 | yarn add strapi-plugin-superfields@^4 |
βοΈ Used to leave a comment in admin to inform about something β οΈ The field is used as private and thus won't appear in api response, it is intended to be used only inside strapiu only
βοΈ Settings
β
Results this
βοΈ This custom field allows you to display tooltips on input fields directly in the Content Manager.
π― Tooltips help explain the purpose of a field, providing inline documentation and improving content editor usability.
π Especially useful for onboarding editors or when fields require clarification about how values are used.
β οΈ This field is for editorial use only β tooltip messages are not included in the API response.
Tooltip Input Field comes with multiple settings to customize how the help text appears:
Below is an example of how a tooltip field appears in the Content Editor:
As you can see:
β
) shows contextual help when hoveredTooltip Input Field let you:
βοΈ This custom field allows you to display tooltips on number input fields directly in the Content Manager.
π― It helps explain the purpose of a numeric field, providing inline guidance and improving the user experience for content editors.
π Especially useful when fields require specific formats or clarification.
β οΈ This field is for editorial use only β tooltip messages are not included in the API response.
Tooltip Number Input Field provides flexible configuration options:
Advanced options allow further validation and customization:
Here is how the Tooltip Number Input Field appears in the Content Editor:
As shown above:
β
) shows contextual help on hoverUsing this field can improve your content editing experience by:
βοΈ This custom field allows you to add a boolean toggle (yes/no) switch to your content type.
π― Itβs useful for binary decisions like enabling/disabling features, flags, or simple true/false statuses.
π Easily integrates into your content editing workflow without writing custom logic.
β οΈ This field supports API visibility control, validation, and advanced toggling logic.
Boolean Field includes simple yet effective settings:
true
or false
as default stateFine-tune your boolean field with advanced options:
true
or false
or null
as default stateHere's how the Boolean Field appears in the Content Editor:
Boolean Fields help you:
βοΈ This custom field allows you to define enum values with tooltip support directly in the Content Manager.
π― Useful for selecting predefined options while providing inline guidance to editors.
π Tooltips explain the purpose of the field and its options.
β οΈ This field is for editorial use only β tooltip messages are not included in the API response.
The Tooltip Enum Field provides flexible configuration options:
Draft
, Published
, Archived
)Additional options are available for validation and API behavior:
Hereβs how the Tooltip Enum Field appears in the Content Editor:
As shown above:
β
) displays contextual help on hoverTooltip Enum Fields are great for:
βοΈ This powerful custom field combines tooltip support with various selection modes, giving editors a flexible and guided way to choose values.
π― Depending on the selected mode, the field can behave as a Multi Select, Single Select, Combobox, or Nested Multi Select.
π Especially useful when editors need structured selections while being guided with tooltips.
β οΈ This field is for editorial use only β tooltip messages are not included in the API response.
The Tooltip Multi Select Field includes highly customizable options:
multi-select
single-select
combobox
nested-multi-select
Take control over validation and visibility:
Each select type adapts its UI accordingly in the Content Manager:
Multi Select
β Allows selecting multiple valuesSingle Select
β Dropdown with only one selectable valueCombobox
β Combines search + selectionNested Multi Select
β Enables hierarchical selection from parent/child nodesAs shown:
This field is perfect for scenarios where editors:
7. Tooltip Date Time Picker Field
βοΈ This custom field allows editors to select date and time with the help of tooltips and descriptions.
π― Useful for scheduling content, setting deadlines, or storing event times β all while guiding users with contextual help.
π Combines Strapi-friendly UX with rich configuration options.
β οΈ This field is for editorial use only β tooltip messages are not included in the API response.
The Tooltip Date Time Picker includes intuitive configuration options:
You can enhance field behavior and validation with these advanced options:
Hereβs how the Tooltip Date Time Picker appears in the Content Editor:
As you can see:
βΉοΈ
) shows helpful info when hoveredThis field is ideal when editors need to:
βοΈ This custom field allows editors to select a color from a predefined list or a color picker β with tooltip and description support.
π― Perfect for selecting visual attributes like theme colors, status indicators, or branding elements.
π It provides both a color name (e.g. Primary
) and visual color swatch, improving clarity and usability for editors.
β οΈ This field is for editorial use only β tooltip messages are not included in the API response.
The Tooltip Color Picker supports flexible setup:
{ name, hex }
entriesAdditional settings for validation and behavior:
Hereβs how the field appears inside the Content Manager:
Features include:
This field is a great fit for:
Feel free to open issues in github to suggest new custom fields
All general issues should be submitted through the [Github issue system] Security issues should be reported using the [security tab]
FAQs
Enhance your components with super fields
The npm package strapi-plugin-superfields receives a total of 121 weekly downloads. As such, strapi-plugin-superfields popularity was classified as not popular.
We found that strapi-plugin-superfields demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last weekβs supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.