I noticed that Features Plumber limits the Components available, only some that are manually defined.
What if we try to use all the component with features_get_components($component) function
and
_features_plumber_export_ctools_cleanup($component, $export) function if there no cleanup function defined.
i'll try to provide a patch
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1517728-1.patch | 1.26 KB | vasike |
Comments
Comment #1
vasikeand this is the patch
the solution seems to work for me.