Hi!
We have a custom add-on and a custom add-on feed that we created for our Gravity Forms plugin. We added the add-on and add-on feed by extending the GFFeedAddOn class and defining a form_settings_fields (for the add-on) and feed_settings_fields function (for the add-on feed).
We don’t have any custom export/import logic anywhere, and the add-on properly gets exported/imported with the Gravity Form (awesome!).
However, the add-on feed does not get exported/imported. I’m just trying to figure out if I need to write a custom solution for this, or if I may have created the feed incorrectly, which led to the failure to export?
Apologies if I missed a previous thread that discussed this. I didn’t see anything about the add-on feed specifically.
Thanks!