Skip to content
Merged
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: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
# -- Options for EPUB output
epub_show_urls = 'footnote'

# -- Internationalisation configuration

locale_dirs = 'locale'

# Please add links here that do not pass the "make checklinks" check.
# A little context on the reason for ignoring is greatly appreciated!

Expand All @@ -70,4 +74,4 @@
r"https://support.twilio.com/*",
# This is a demo URL and should not be checked
r"https://api-ssl.bitly.com/*",
]
]
13 changes: 13 additions & 0 deletions docs/configuration/cron_jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,19 @@ You can also limit the number of Contacts to process per script execution using

that these messages are only added to the queue when frequency rules apply either system wide or per Contact.

.. vale off

Custom Field cron jobs
=======================

.. vale on

**To keep Contacts and Company Custom Fields updated**

.. code-block:: php

php /path/to/mautic/bin/console mautic:custom-field:create-column

Optional
********

Expand Down