Skip to content

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

Notifications You must be signed in to change notification settings

blueoc-phucpham/strapi-plugin-address-fields

 
 

Repository files navigation

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:

module.exports = () => ({
  'address-fields': {
    enabled: true,
  },
  // ... your other plugin configurations
});

Additional Information

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

The address options are based on SimpleMaps.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • TypeScript 6.5%