I have been experimenting with the Package "Personalisation Groups". I can see that I can add this to pages, property editors and nested content on first look. We are using the Grid for our editors to enter content but I can't see any documentation on implementing Personalisation within the grid editor on individual content types.
I'm afraid this isn't something I've supported with the package. The crux of it really is that personalisation with this package works on instances of IPublishedContent. So Umbraco nodes of course, but also any other "content items" that also adhere to this interface - so nested content for example.
As I understand the grid isn't exposing that interface for it's items.
To be honest this isn't something I've even looked at so haven't given any thought to how hard or easy it would be to adapt to, so it might bear you digging into the source to investigate if you were minded to.
Applying Personalisation groups on the Grid
Hi all!
I have been experimenting with the Package "Personalisation Groups". I can see that I can add this to pages, property editors and nested content on first look. We are using the Grid for our editors to enter content but I can't see any documentation on implementing Personalisation within the grid editor on individual content types.
Has anyone achieved this? Is this possible?
Thank you!
Hi
I'm afraid this isn't something I've supported with the package. The crux of it really is that personalisation with this package works on instances of
IPublishedContent
. So Umbraco nodes of course, but also any other "content items" that also adhere to this interface - so nested content for example.As I understand the grid isn't exposing that interface for it's items.
To be honest this isn't something I've even looked at so haven't given any thought to how hard or easy it would be to adapt to, so it might bear you digging into the source to investigate if you were minded to.
Cheers
Andy
is working on a reply...