Hello all,
I would like to use the htmlFilter value on certain tags to use ACF for filtering out certain html tags.
The documentation states that the following line should be placed in the xsp.properties file on the client (and, I guess, on the server as well):
xsp.htmlfilter.acf.config=acf-config.xml
But this option can also be specified in the xsp.properties file within the individual application. My question is, if the acf-config.xml can be placed inside the .nsf somewhere to avoid altering client or server configurations? I have tried placing it in the WEB-INF library with xsp.properties - but it doesn't seem to work.
Thanks
Alex Rasmussen