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
Emma
Emma11mo ago
Could you elaborate?
SaurFort
SaurFortOP11mo ago
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 ^^"
No description
Emma
Emma11mo ago
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.
SaurFort
SaurFortOP11mo ago
Yeah, but I don't know how are made dashboard wrappers, how are they structured? ^^"
Emma
Emma11mo ago
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.

Did you find this page helpful?