Content type specific rabbit hole configurations should be exportable with features. They are not getting exported. Did some investigation but looks like node configurations are stored as additional field / property to entity bundle object. Not sure how to make it exportable.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | rabbit_hole-3050826-3.patch | 1.67 KB | amoebanath |
Comments
Comment #2
fmmribeiro commentedI think it relates to this
https://www.drupal.org/project/features_builder/issues/3031680
Comment #3
amoebanath commentedJust needs to implement the right hook
And doing so would save me a bunch of time updating a huge pile of views :)
Here's a patch that will sort out nodes and taxonomy terms
I won't venture into files/users/beans etc as I won't have time to check for quirks/differences.
Comment #4
james.williamsLooks spot on to me!
Comment #6
matroskeenThanks!