mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
12 lines
492 B
JSON
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."
|
|
}
|
|
}
|