@snitsweb/strapi-plugin-countries-select
v2.1.0
Published
This is the description of the plugin.
Downloads
118
Maintainers
Readme
Strapi countries select plugin
Simple Strapi 4 plugin with custom fields for countries and additional information
Single country input preview
Multi country input 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.