Skip to content

Commit

Permalink
Vale fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Apr 16, 2024
1 parent 3df4977 commit dd450cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contacts/custom_fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ To mitigate the table lock issue, run the command only once daily when you know
Locally defined countries and regions
*************************************

Since Mautic 5.1 it is possible to define custom countries and regions via locally hosted JSON files. This is useful when you have a specific set of countries or regions that you want to use in your Mautic instance. You can define these in a file called ``countries.json`` or ``regions.json`` located in your defined ``upload_dir``. Example code snippets are below:
Since Mautic 5.1 it's possible to define custom countries and regions via locally hosted JSON files. This is useful when you have a specific set of countries or regions that you want to use in your Mautic instance. You can define these in a file called ``countries.json`` or ``regions.json`` located in your defined ``upload_dir``. Example code snippets are below:

.. code:: json
Expand All @@ -119,7 +119,7 @@ Since Mautic 5.1 it is possible to define custom countries and regions via local
]
.. code:: json
{
"Middle Earth": [
"The Shire",
Expand Down

0 comments on commit dd450cf

Please sign in to comment.