mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
18 lines
587 B
JSON
18 lines
587 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://www.espocrm.com/schema/metadata/app/addressFormats.json",
|
|
"title": "app/addressFormats",
|
|
"description": "Address formats.",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"description": "A format name.",
|
|
"properties": {
|
|
"formatterClassName": {
|
|
"type": "string",
|
|
"description": "A formatter class. Should implement Espo\\Core\\Field\\Address\\AddressFormatter interface."
|
|
}
|
|
}
|
|
}
|
|
}
|