يتم تعريف بيانات تكوين frontmatter في types.ts.
يمكن إضافتها إلى تكوين frontmatter ككائن translator.
---translator: instructions: Use a friendly tone.---
Lorem ipsum...export interface TranslatorConfiguration { instructions?: string;}
export interface FrontmatterWithTranslator { translator?: TranslatorConfiguration;}