Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/configuration/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ See :doc:`Companies</companies/companies_overview>` for more information.
* - Zip Code (Company)
- ``{contactfield=companyzipcode}``

.. tip::

**Custom Company fields**

The syntax for custom Company fields differs from core Company field syntax. You must **not** add the word "Company" in the variable and instead treat it as a ``contactfield``.

Mautic Component tokens
***********************

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

link_name = "Reports API documentation"
link_text = "Reports API documentation"
link_url = "https://devdocs.mautic.org/en/5.x/components/reports.html"
link_url = "https://devdocs.mautic.org/en/5.x/rest_api/reports.html"

link.xref_links.update({link_name: (link_text, link_url)})