@snitsweb/strapi-plugin-countries-select
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

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.

Package Sidebar

Install

npm i @snitsweb/strapi-plugin-countries-select

Weekly Downloads

1

Version

2.1.0

License

MIT

Unpacked Size

165 kB

Total Files

52

Last publish

Collaborators

  • snitsweb