Skip to content

newproweb/strapi-plugin-superfields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔠 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 Comment 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 Comment Result

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]

Releases

No releases published

Packages

No packages published