| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Workflows |
Dictionary<String, object> | ✔️ | All translations for given locale organized by workflow identifier | { "welcome-email": { "welcome.title": "Welcome to our platform", "welcome.message": "Hello there!" }, "password-reset": { "reset.title": "Reset your password", "reset.message": "Click the link to reset" } } |
Layouts |
Dictionary<String, object> | ✔️ | All translations for given locale organized by layout identifier | { "default-layout": { "layout.title": "Default layout", "layout.message": "Hello there!" } } |