Skip to content

Adds different field renderers to the strapi admin page.

Notifications You must be signed in to change notification settings

am2222/strapi-custom-fields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strapi plugin strapi-custom-fields

A plugin for Strapi Headless CMS that adds different field renderes to the strapi admin page.

Still under development

ColorPicker Field

Screenshot

    "color": {
      "type": "text",
      "fieldRenderer": "colorpicker"
    }

Google Places Search Field

Set API key under the settings page

    "address": {
      "type": "text",
      "fieldRenderer": "googlegeocoder"
    }

Screenshot Screenshot

TODO

Add tests fix google places api issues Add more fields. Support json fields make it compatible with new custom field api in strapi 4 Support more field rendere types Add more options to each field type

About

Adds different field renderers to the strapi admin page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published