My problem is: I have to customize properties of a meta tag on AEM Console.
I have this meta tag:
<meta name="tags" data-sly-test="${properties.tag}" content="${properties.tag}" />
If an utent add more attributes on AEM console, I need that these attributes are separeted by ';'.
The output should be:
<meta name="tags" content="hello;world;laptop;screen"/>
question from:
https://stackoverflow.com/questions/65917442/can-i-separate-tags-with-comma-in-htl-slightly 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…