Dashboard Wrapper
Hi, I've seen on the documentation there is dashboard wrapper and I want to know if I can modify the values of existent props with it
This is probably a stupid question but I'm discovering development with Blueprint ^^"
5 Replies
Could you elaborate?
I'd like to change the title, and make it clickable to redirect to an other page for specific function of some eggs that I used ^^"

Should be possible in some way or form through dashboard wrappers yeah. You'll want to listen for url changes and modify certain elements as they are available through the document.querySelector function.
Yeah, but I don't know how are made dashboard wrappers, how are they structured? ^^"
They are just snippets of HTML/JS/CSS with support for PHP as well. They basically run on top of the client-side of the panel.