strapi-plugin-address-fields

1.0.4 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i strapi-plugin-address-fields

Weekly Downloads

36

Version

1.0.4

License

MIT

Unpacked Size

588 kB

Total Files

15

Last publish

Collaborators

  • canhta