Override Default "Advanced Settings"

I am building a custom module for BB and would like to know if it’s possible to preset the field values withing the Advanced tab of the editor.

For example, I would like this module to populate each of the margins and perhaps even the animation field. By default, it has no individual value and is referencing the installation global settings. The fields are simple empty and show the globals using placeholder="".

Is this possible and if so, how?

You can do this with the fl_builder_settings_form_defaults filter. Be sure to specify the form type – http://forum.wpbeaverbuilder.com/knowledge-base/filter-reference/

Thanks, Josh! Let us know if you have any questions Matthew.

Justin

Worked like a charm. Sorry for the typos in my original message. I will attempt to fix them. Thanks for the prompt response.