Skip to content
Draft
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
30 changes: 13 additions & 17 deletions docs/configuration/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ See :doc:`managing custom fields </contacts/custom_fields>` for more information
- ``{contactfield=fax}``
* - First Name
- ``{contactfield=firstname}``
* - Foursquare
- ``{contactfield=foursquare}``
* - Google+
- ``{contactfield=googleplus}``
* - Instagram
- ``{contactfield=instagram}``
* - IP Address
Expand All @@ -96,19 +92,21 @@ See :doc:`managing custom fields </contacts/custom_fields>` for more information
- ``{contactfield=phone}``
* - Position
- ``{contactfield=position}``
* - Skype
- ``{contactfield=skype}``
* - State
- ``{contactfield=state}``
* - Twitter
* - TikTok
- ``{contactfield=tiktok}``
* - X
- ``{contactfield=twitter}``
* - Title

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

PR #16413 updated tokens_help_bundle.html.twig and messages.ini to drop the foursquare, googleplus, and skype contact field tokens, relabel twitter to X (keeping the {contactfield=twitter} token), and add {contactfield=tiktok} and {contactfield=youtube}. I mirrored those exact token changes in the Contact fields token table.

Source: https://github.com/mautic/mautic/pull/16413/files#diff-tokens_help_bundle

- ``{contactfield=title}``
* - Website
- ``{contactfield=website}``
* - YouTube
- ``{contactfield=youtube}``
* - Zip Code
- ``{contactfield=zipcode}``

Contact Owner fields
*********************

Expand Down Expand Up @@ -392,10 +390,6 @@ Alphabetical list
- ``{contactfield=companyfax}``
* - First Name
- ``{contactfield=firstname}``
* - Foursquare
- ``{contactfield=foursquare}``
* - Google+
- ``{contactfield=googleplus}``
* - Instagram
- ``{contactfield=instagram}``
* - IP Address
Expand Down Expand Up @@ -429,17 +423,19 @@ Alphabetical list
* - Segment List (Preference Center)
- ``{segmentlist}``
* - Signature
- ``{signature}``
* - Skype
- ``{contactfield=skype}``
- ``{signature}``
* - State
- ``{contactfield=state}``
* - State (Company)
- ``{contactfield=companystate}``
* - Subject
- ``{subject}``
* - Twitter
- ``{subject}``
* - TikTok
- ``{contactfield=tiktok}``
* - X
- ``{contactfield=twitter}``
* - YouTube
- ``{contactfield=youtube}``

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

PR #16413's FieldModel.php default social field set and messages.ini field labels (mautic.lead.field.twitter="X", new tiktok/youtube) confirm the same removals, the Twitter→X relabel, and the TikTok/YouTube additions, so I applied the identical changes to the alphabetical token table.

Source: mautic/mautic#16413

* - Preferred Channel (Preference Center)
- ``{preferredchannel}``
* - Resubscribe URL
Expand Down
Loading