fusion_builder_fields
12/02/2021
If you are developing an add-on that requires a custom param type that the Avada Builder doesn’t have, you can use the following filter to add your custom param type to the Avada Builder.
Adding a new param type requires you to provide a param name and the param template file that will be used to generate the output for that param type in the element editor screen.
Basic usage of the filter:
Copy to Clipboard
Once you’ve added the param type to the Avada Builder, you will need to write the template file for it to display. Here’s a sample param file used for radio_button_set param type in the Avada Builder. You need to write the custom param file similar to this.
Copy to Clipboard