A plugin for Strapi Headless CMS that adds different field renderes to the strapi admin page.
"color": {
"type": "text",
"fieldRenderer": "colorpicker"
}
Set API key under the settings page
"address": {
"type": "text",
"fieldRenderer": "googlegeocoder"
}
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