I am using features http://drupal.org/project/features.
I am able to add product power tools as a dependency of my feature.
However, I cannot add the variables that I have set for my product to the feature because the power tools variables are not made available to strongarm, http://drupal.org/project/strongarm.
Comments
Comment #1
socialnicheguru commentedCan the variables be made available to strongarm so I can have these variables defined in a feature?
Comment #2
tr commentedThis module does not store settings in system variables, it stores the settings in the uc_power_tools table. Strongarm is just for system variables.
Comment #3
djdevinHi,
Please see #1034144: features integration
Closing as dupe.