@open-mercato/ui 0.6.7-develop.6661.1.0043ed1d03 → 0.6.7-develop.6670.1.4efa7961c6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,8 @@ export type CustomFieldDefDto = {
24
24
  // attachments-specific config
25
25
  maxAttachmentSizeMb?: number
26
26
  acceptExtensions?: string[]
27
+ // phone-specific config
28
+ defaultCountryIso2?: string
27
29
  // optional validation rules
28
30
  validation?: Array<
29
31
  | { rule: 'required'; message: string }