WCF icon indicating copy to clipboard operation
WCF copied to clipboard

Enable the Sandbox for Templates Inside of BBCodes

Open dtdesign opened this issue 1 year ago • 0 comments

IBBCode::getParsedTag() often assigns extra variables in a separate step before fetching the template. This must be replaced with a combined step that passes the variables directly to fetch() and set the $sandbox parameter to true, just like we’re also practicing this with box controllers.

dtdesign avatar May 07 '24 14:05 dtdesign