فهرست منبع

docs(core): Add lang to code sample

Michael Bromley 5 سال پیش
والد
کامیت
e5c2788bdd
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      packages/core/src/config/custom-field/custom-field-types.ts

+ 2 - 1
packages/core/src/config/custom-field/custom-field-types.ts

@@ -82,7 +82,8 @@ export type CustomFieldConfig =
  * * `validate?: (value: any) => string | LocalizedString[] | void`: A custom validation function.
  *
  * The `LocalizedString` type looks like this:
- * ```
+ *
+ * ```TypeScript
  * type LocalizedString = {
  *   languageCode: LanguageCode;
  *   value: string;