Closed
Description
This is an idea I had long ago but apparently never wrote down.
The idea was: imagine if the SQL panel were a 3rd party panel. The steps to integrate the panel would require both a debug toolbar setting to activate the panel but also a URL insertion to map a new URL to the view.
My thought was we could adopt something similar to what the admin does where it allows custom admin URLs to be added. I think it's get_urls
on the admin class or something.
If panels had a similar mechanism to provide their own URLs and views, that opens up more options for 3rd party panels to be able to do their own calls out to views for AJAX or the like.