Hi all, I am trying to add a blocklist to my members area in Umbraco 13.5.2 - I have found this related article
https://github.com/umbraco/Umbraco-CMS/issues/10085 however, I'm just wondering if anyone knows if they have found any alternatives?
What I am trying to achieve -
- Create a blocklist that has a properties of
- Nodepicker
- string
I want to be able to set an expiry date (string) to my node that I have given to a user.
Alternatively, I can do this via the node itself and just map the user (opposed to vice versa), however, my client wanted to be able to contol this logic via the member itself not a node. Just as it's easier for them to manage when their platform grows.