Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

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

image-20250108-132950.png

Then add a channel filter

image-20250108-133434.png

And you have:

image-20250108-133607.png

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

image-20250108-133520.png

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.