Hi,
I have a page builder setup with various blocks the user can choose from. What is the best way of assigning/exposing id’s for these so they can be linked to using the anchor option in the link field?
I could have a simple text box in each block but then would need to somehow check that these were all unique (or just warn the user they needed to be). In an ideal world I would use the block id assigned by Kirby but I can’t work out a way to display that as part of the block preview for the user.
Has anyone done this before with blocks?