Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

strapi-plugin-multi-country-select

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-multi-country-select

A strapi custom field for selecting multiple countries based on the ISO 3166-1 country code standard.

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
71
decreased by-24.47%
Maintainers
1
Weekly downloads
 
Created
Source

Strapi plugin multi-country-select

A strapi custom field for selecting multiple countries based on the ISO 3166-1 country code standard.

Installation

To install this plugin, you need to add an NPM dependency to your Strapi application:

# Using Yarn
yarn add strapi-plugin-multi-country-select

# Or using NPM
npm install strapi-plugin-multi-country-select

Then, you'll need to build your admin panel:

# Using Yarn
yarn build

# Or using NPM
npm run build

Usage

After installation you will find the multi-country-select at the custom fields section of the content-type builder.

multi-country select screenshot

Now you can select multiple counties from the list. The Alpha-2 code of the selected countries is stored as an array in the database.

multi-country select screenshot

You can also add more options to the select field. multi-country select screenshot

If you add an option with the the value "ALL" (and any label), once you select this option all the countries will be deselected and the options will be disabled.

All countries:ALL

multi-country select screenshot

  • i18n-iso-countries - i18n for ISO 3166-1 country codes

  • Forked and modified from strapi-plugin-country-select

Keywords

FAQs

Package last updated on 20 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc