enable ai_auto_translate plugin for mandelstudio staging

This commit is contained in:
MandelBot
2026-03-16 20:07:56 +00:00
parent 90a632e114
commit d6dd841a13

View File

@@ -27,6 +27,7 @@
"ocyan.plugin.varnish",
"ocyan.plugin.wagtail",
"ocyan.plugin.i18n",
"ocyan.plugin.ai_auto_translate",
"ocyan.plugin.wagtail_blog",
"ocyan.plugin.wagtail_content_page",
"ocyan.plugin.wagtail_forms",
@@ -154,6 +155,12 @@
},
"wagtail_oscar": {
"sitemap_include_child_products": false
},
"ai_auto_translate": {
"auto_translated_fields": [
"catalogue.product.title",
"catalogue.product.description"
]
}
}
}
}