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

CommentFileSizeAuthor
#1 1517728-1.patch1.26 KBvasike

Comments

vasike’s picture

Status: Active » Needs review
StatusFileSize
new1.26 KB

and this is the patch

the solution seems to work for me.