Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

I want to display a country list with regions. To do so I create a tree view field that references the country tag box:

Code Block
[
	{
		"fieldId": "country",
		"allowRecursion": false,
		"levels": [
			{
				"fieldId": "regions",
				"allowRecursion": true,
				"levels": []
			}
		]
	}
]

image-20250108-132950.pngImage Added

Then add a channel filter

...

And you have:

...

And you can see if you open the tree the different regions and countries:

...