diff --git a/docs/automation/entity-mapping.md b/docs/automation/entity-mapping.md index e989446..97d7149 100644 --- a/docs/automation/entity-mapping.md +++ b/docs/automation/entity-mapping.md @@ -75,7 +75,7 @@ The mapping JSON syntax supports a list of operations, which can be combined and The `_copy` operation copies a value from the trigger entity context. Both the trigger entity and its relations are available as source data. -The operation uses the same path format as [Template Variables](/docs/messaging/template-variables) used in email and document templates. +The operation uses the same path format as [Template Variables](/docs/templates/template-variables) used in email and document templates. ```json // copy contact first_name diff --git a/docs/files/document-generation.md b/docs/files/document-generation.md index 066434e..5c54069 100644 --- a/docs/files/document-generation.md +++ b/docs/files/document-generation.md @@ -11,6 +11,6 @@ sidebar_position: 3 This article is missing content (TODO) ::: -Epilot supports generating PDF documents from docx template files containing [template variables](/docs/messaging/template-variables). +Epilot supports generating PDF documents from docx template files containing [template variables](/docs/templates/template-variables). The Document Generation API uses references compatible with the [File API](/docs/files/file-api). diff --git a/docs/templates/template-variables.md b/docs/templates/template-variables.md index 0aae5a4..c11151f 100644 --- a/docs/templates/template-variables.md +++ b/docs/templates/template-variables.md @@ -192,7 +192,7 @@ Converts a table configuration object into a CSS style string by mapping non-obj {{makeStyle table_config.style}} ``` -### . +### ```.``` Dynamically registered based on schema attributes (e.g., `main.email`, `contact.name`). Retrieves a specific property value from the context data, prioritizing items tagged as "primary" or the first item in an array. If the property is an address identifier (e.g., `street`, `city`), it formats it as a full address using `buildFullAddress`. Supports nested attributes for repeatable or relational schemas.