Strapi plugin logo for Address Fields

Address Fields

Allows you to select address fields (country, prefecture, city, etc.)

Strapi plugin address-fields

This is a Strapi plugin that allows you to select address fields (country, prefecture, city, etc.)

Installation

To install this package, run the following command in an existing strapi project:

npm install strapi-plugin-address-fields

Usage

To enable the plugin, you'll need to include the following code in your Strapi project, in the /config/plugins.js file:

1module.exports = () => ({
2  'address-fields': {
3    enabled: true,
4  },
5  // ... your other plugin configurations
6});

Additional Information

At this time (2022-08-02), the plugin only supports Vietnam and Japan

The address options are based on SimpleMaps.

Install now

npm install strapi-plugin-address-fields

STATS

1 GitHub star3 weekly downloads

Last updated

409 days ago

Strapi Version

4.24.1 and above

Author

github profile image for Canh Ta
Canh Ta

Useful links

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.