1.0.4 • Published 1 month ago

strapi-plugin-address-fields v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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.

1.0.4

1 month ago

1.0.2

1 month ago

1.0.3

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago