Hi,
I’m trying to figure out if it is possible to chain keyword modifiers in order to display list of words (cities) seperated by comma, in addition add the word ‘and’ before the last city.
The list of cities is printed from a metadata option/select list and currently I have replaced the semi-colon with a comma using the following keyword modifier:
%globals_asset_metadata_cities^replace:;:,%
Is it even possible to add the word ‘and’ or Javascript the only way?
Thanks.