Superfields
Adds new custom fields for better experience in content-editing
🔠 Strapi Superfields Plugin
Enhance your components with super fields
This plugin adds list of new custom fields in strapi to make the content editing more comfortable
Added Custom Fields
1. Comment Field
✔️ 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
- Name -- name of field
- Comment -- Content of the comment
- Color variant -- The color schema of the comment. Can be green (success), yellow (warn), red (error)
✅ Results this
Planned custom fields
- ⚪ Tooltiped primitive fields (text, number, boolean) -- To add the description and the
- ⚪ Responsive values -- Allow adding 3 or 5 values for the same input field (base, md, lg) or (base, sm, md, lg, xl). Intended to be used in UI to define the response values.
- ⚪ Color input -- Allow selecting the color from the given list of named color -> hex code enum. Displays the color itself in input in content-editor. Can work in 2 modes: With pre-defined colors list, or with color picker
Feel free to open issues in github to suggest new custom fields
Issues
All general issues should be submitted through the Github issue system Security issues should be reported using the security tab
Install now
npm install strapi-plugin-superfields
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.