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

merlinofchaos’s picture

Status: Active » Fixed

No, 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. :/

drupalninja99’s picture

i 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.