This is the description of the plugin.
npm install @snitsweb/strapi-plugin-countries-selectSimple Strapi 4 plugin with custom fields for countries and additional information
#### This plugin also support dark and light theme modes.
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:
`typescript``
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.