Closed andreimoment closed 5 years ago
In my case, I've created a field called country based on the countryselect plugin.
country
The {{entry.country}} field returns the two-letter abbreviation. How can I access/return the full country name?
{{entry.country}}
Thank you!
If the field was called country then calling {{ entry.country.label }} will display the full country name. There should really be some better documentation for this.
Thank you
In my case, I've created a field called
country
based on the countryselect plugin.The
{{entry.country}}
field returns the two-letter abbreviation. How can I access/return the full country name?Thank you!