Files
espocrm/schema/metadata/app/templateHelpers.json
Yuri Kuznetsov 5023a58cc1 schema
2023-05-27 13:59:52 +03:00

12 lines
492 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.espocrm.com/schema/metadata/app/templateHelpers.json",
"title": "app/templateHelpers",
"description": "Template helpers for the back-end templating system (used for PDF printing, email templates).",
"type": "object",
"additionalProperties": {
"type": "string",
"description": "A helper name and its implementation. Should implement Espo\\Core\\Htmlizer\\Helper."
}
}