Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Hi,
Maybe something like this http://geta.no/blogg/controlling-content-type-and-property-availability-in-multi-site-solutions/?
Howdy,
Can you control a block's availability based on site context?
So I can have site1 and site2, and then a family of blocks that should only be available when editing within site1.
I don't think Access attribute with roles works because some users may have access to both sites.
What I'm thinking of is something like a base ContentType attribute for site1 blocks that sets AvailableInEditMode = false if SiteDefinition.Current.Name = "site1".
Thanks,