{ "id": "country", "order": 2, "name": "Country", "description": "Deny access based on the country of the client IP.", "version": "0.1", "settings": { "BLACKLIST_COUNTRY": { "context": "multisite", "default": "", "help": "Deny access if the country of the client is in the list (2 letters code).", "id": "country-blacklist", "label": "Country blacklist", "regex": "^.*$", "type": "text" }, "WHITELIST_COUNTRY": { "context": "multisite", "default": "", "help": "Deny access if the country of the client is not in the list (2 letters code).", "id": "country-whitelist", "label": "Country whitelist", "regex": "^.*$", "type": "text" } } }