2.1.0 • Published 10 months ago

@snitsweb/strapi-plugin-countries-select v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Strapi countries select plugin

Simple Strapi 4 plugin with custom fields for countries and additional information

Single country input preview

Plugin preview

Multi country input preview

Plugin preview

This plugin also support dark and light theme modes.

Installation

To install the Strapi Advanced UUID Plugin, simply run one of the following command:

npm install @snitsweb/strapi-plugin-countries-select
yarn add @snitsweb/strapi-plugin-countries-select

Then you need to specify in project/config/plugins:

module.exports = ({ env }) => ({
  ...,
  'countries-plugin': {
      enabled: true,
      countriesApiURL: 'https://restcountries.com/v3.1/all',
  }
})

Variable countriesApiURL is set buy default, if you want to change request endpoint, you can pass to it other url.

1.2.0

10 months ago

1.1.0

11 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.1

10 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago