Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminTranslationSettingsResponse.yaml
2025-12-17 18:19:46 +02:00

17 lines
465 B
YAML

type: object
description: The translation settings' details.
x-schemaName: AdminTranslationSettingsResponse
required:
- translatable_fields
properties:
translatable_fields:
type: object
description: >-
Key-value pairs of translatable fields for different entities. Each key is
an entity type, and the value is an array of fields that can be translated
for that entity.
example:
product:
- title
- description