Quote:
Originally Posted by femgeek
Yay, it worked! Minor note for anyone finding this thread later, you want:
Code:
sony_collection_name_template = '{category:||: }{value:re(\\.,: )}'
(The version with the single quotes throws up a syntax error.)
|
Ahh, silly me. I should have used double quotes to surround the template.
Code:
sony_collection_name_template = "{value:'re($, '\.', ': ')'}"
I prefer
template program mode over
single function mode because it is clearer what the values of the parameters are. But no never mind -- it is good you have something working.