Event beforePlace possible?

Hi Beavers!
for our custom plugin is a custom_page/post variable required.

So before the bb-module is placed, we have to check up the page_var and have to prompt the user to input the page_var if it’s not set.

How can we access the wordpress page properties from the module?
Is there an js event, for example beforePlace (the module)?

thanks!

Hey Sebastian,

I’ve already assigned another member of the team who can assist you with your concern. :slight_smile:

Ben

Hey Sebastian,

My apologies for the delay, looks like I missed this one.

There aren’t any events but you could use some JavaScript in settings.js to accomplish what you are looking to do. Have you looked at that file in the custom module docs?

http://forum.wpbeaverbuilder.com/custom-module-documentation

Justin