Hello,
I am creating a custom slug generator Field extension.
For this, I need to listen to another UI extension called ‘type’.
The ‘type’ field will basically hold what kind of content I am creating (we have different types like Article, Video, Podcast etc)
My questions is-
How do I get the value of the ‘type’ field extension in this slug extension that I cam creating?