This is a Strapi plugin that allows you to select address fields (country, prefecture, city, etc.)
To install this package, run the following command in an existing strapi project:
npm install strapi-plugin-address-fieldsTo enable the plugin, you'll need to include the following code in your Strapi project, in the /config/plugins.js file:
module.exports = () => ({
'address-fields': {
enabled: true,
},
// ... your other plugin configurations
});At this time (2022-08-02), the plugin only supports Vietnam and Japan
The address options are based on SimpleMaps.