modx - How to use URL output filter with multi-select TV? -
I have a multi-select TV, and I have set the URL output filter. Me
& lt; A title = "title1" href = "title1" & gt; Indian & lt; / A & gt; Such codes are received. & Lt; Br> & Lt; A title = "title 2" href = "title2" & gt; Tibet & lt; / A & gt; & Lt; Br> & Lt; A title = "title 2" href = "title3" & gt; Musung & lt; / A & gt;
Everything is fine, but I do not need a brand tag, how to discard it?
The first way to do this - url output type (core / model / modx / processors / element / tv / Renders / web / output / url.class.php).
The second way - use "Replacement":
[[my_urls_tv: replace = `& lt; Br> == `]]
Comments
Post a Comment