I’m using @texnixe’s Structure id plugin to have unique ID fields inside many structure entries.
In a different page at the panel, what I’m trying to do, is to fetch that structure field content so I can populate a selectbox and be able to visualize the entry title as a name and the hash_id as value for the selected option.
I was wondering if there is a simple way to do this–through some magic blueprint configuration or function–other than using a JSON call from an API, which is the only way I can imagine doing it right now.
Edit: I just got this idea of doing this through a small custom field. Anyway, ideas and suggestions are very welcome.