feat: refactor country disable logic into the Embargo app (#36202)
* feat: add country disabling feature in embargo app * revert: disabled countries list in env * fix: resolved linter issues --------- Co-authored-by: Hassan Raza <h.raza@192.168.1.12>
This commit is contained in:
@@ -2919,13 +2919,6 @@ MEILISEARCH_PUBLIC_URL = "http://meilisearch.example.com"
|
||||
MEILISEARCH_INDEX_PREFIX = ""
|
||||
MEILISEARCH_API_KEY = "devkey"
|
||||
|
||||
# .. setting_name: DISABLED_COUNTRIES
|
||||
# .. setting_default: []
|
||||
# .. setting_description: List of country codes that should be disabled
|
||||
# .. for now it wil impact country listing in auth flow and user profile.
|
||||
# .. eg ['US', 'CA']
|
||||
DISABLED_COUNTRIES = []
|
||||
|
||||
# .. setting_name: LIBRARY_ENABLED_BLOCKS
|
||||
# .. setting_default: ['problem', 'video', 'html', 'drag-and-drop-v2']
|
||||
# .. setting_description: List of block types that are ready/enabled to be created/used
|
||||
|
||||
Reference in New Issue
Block a user