Got scroll parallax to work

I got it to work by wrapping my _app.js with a ParallaxProvider but I was under the impression that the call to registerGlobalParallaxProvider was sufficient

when using codegen, we don’t do this automatically so that the user can beb able to add it somewhere like _app.js, which is more appropriate than in the plasmic-generated code.