Skip to content

Commit

Permalink
Fix code block indentation and bracket use flagging Vale 🤓
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Apr 16, 2024
1 parent 6ead220 commit 3db40ff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/contacts/custom_fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@ 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'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`` (``media/files`` by default). 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`` which is ``media/files`` by default. Example code snippets are below:

.. code:: json
.. code-block:: json
[
[
"Middle Earth",
"Fillory"
]

.. code:: json
]
{
.. code-block:: json
{
"Middle Earth": [
"The Shire",
"Mordor"
Expand All @@ -129,4 +129,4 @@ Since Mautic 5.1 it's possible to define custom countries and regions via locall
"Castle Whitespire",
"Ember's Tomb"
]
}
}

0 comments on commit 3db40ff

Please sign in to comment.