email template link mapping

This commit is contained in:
Yuri Kuznetsov
2025-07-04 09:38:41 +03:00
parent 98b5f25e08
commit 78ea0d7512
4 changed files with 169 additions and 1 deletions
+12
View File
@@ -21,6 +21,18 @@
}
}
}
},
"entityLinkMapping": {
"description": "EntityType => link mapping. As of v9.2.0.",
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": {
"type": "string",
"description": "An entity type name mapped to a link."
},
"description": "A parent entity type name mapped to EntityType => link map.."
}
}
}
}