Can I control the nested lists subpageidentifier values?
I have a site of nested pages, the leaves are articles dynamically inserted, but with unique articleIDs associated with them. I want to allow users to bookmark these pages and jump back to the correct article. It looks like subpageidentifier values are a combination of the "page" name and a offset. If the list of articles changes, the offset would lead to different articles. Ideally I could edit subpageidentifier to include the article id, and use this value to jump back to the correct article on a reload. Is this possible?