Skip to content
Open
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
5 changes: 5 additions & 0 deletions docs/configuration/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@
* - Zip Code (Company)
- ``{contactfield=companyzipcode}``

.. tip::
Custom Company Fields

The syntax for custom Company fields is different than the core Company field syntax. You must **not** add the word "Company" in the variable, but instead treat it like a "contactfield":

Check failure on line 143 in docs/configuration/variables.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'contactfield'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'contactfield'?", "location": {"path": "docs/configuration/variables.rst", "range": {"start": {"line": 143, "column": 175}}}, "severity": "ERROR"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here it looks like you're going on to provide an example, but I can't see one. Is that intentional?

Also Vale picked up on the use of contactfield - do you mean Contact field?


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

Expand Down
Loading