Enable i18n settings block for wagtail language sidebar

This commit is contained in:
2026-03-16 08:58:20 +01:00
parent c765b5d35b
commit 117997300f

View File

@@ -56,6 +56,12 @@
"name": "mandelstudio", "name": "mandelstudio",
"username": "administrator" "username": "administrator"
}, },
"i18n": {
"languages": [
"nl",
"en"
]
},
"ocyan_dummy_payment_plugin": { "ocyan_dummy_payment_plugin": {
"help_text": "Hit pay, to simulate payment." "help_text": "Hit pay, to simulate payment."
}, },