const transformHook = (rw) => { rw.setProps({ // Very important to have access to the collections in the template. ...rw.collections }) } exports.transformHook = transformHook;
Last updated 8 months ago
Was this helpful?