I am loading a panel from a feature via an install profile. I'd like to be able to add skinr styles to the install profile but the conundrum is that a panel loaded from a feature has no record in the database and so i dont even know if it has a pid or dids that i could locate to create a skinr style. I am a bit stuck bc skinr needs the did/pid and I can't figure out if that even exists when a panel loads from a feature.
Comments
Comment #1
merlinofchaos commentedNo, exports don't end up with unique dids. Generally there's a $display->owner_id that can be used to identify them, but I don't know if skinr can use that.
In the future I plan to find a uuid solution for displays that will solve issues like this, but for now I don't think there's a solution. :/
Comment #2
drupalninja99 commentedi think what i am going to do is swap out those skinr styles and take the same classes and place them in 'css properties' which i imagine gets exported and will have the same effect, albeit w/out the skinr interface but i can probably live with that.