-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hello, is there a way to avoid having all the translations for each module?
Each module is a document, and I'm using document internationalization.
The module schema
const modulesObject = {
name: 'modules',
type: 'array',
title: 'Page modules',
// Implement the page builder
of: [
{
type: 'reference',
to: [
{ title: 'hero', type: 'hero' },
{ title: 'testimonials', type: 'testimonials' },
{ title: 'features', type: 'features' },
{ title: 'cta', type: 'cta' },
{ title: 'stats', type: 'stats' },
{ title: 'socialProof', type: 'socialProof' },
{ title: 'faq', type: 'faq' },
{ title: 'related Pages', type: 'relatedPages' },
],
},
],
};
And how it looks where I have a page builder based on array of reference documents.
From my point of view, it looks very weird, I just wanna see for example the Hero module and the inside of the Hero module to be able to pick any other languages.
Are there any limitations on this topic or I'm missing something?
Metadata
Metadata
Assignees
Labels
No labels