When using mini panels in panel pages, it's a bit unhandy to edit the content of the mini panel, as you have to go to the mini panel admin list page and find the panel manually.
This patch adds direct links in the panel administration.
Requires the patches in #1702498: Wizard and $_GET['destination'] and #1702492: Drupal 6 code in wizard.
| Comment | File | Size | Author |
|---|---|---|---|
| panels-mini_panel_edit_links.patch | 1.13 KB | xen |
Comments
Comment #1
merlinofchaos commentedWhen I saw this issue, I thought it added a contextual link using contextual.module -- so I added that too. Committed and pushed.
Comment #3
jwilson3Follow-up issue to extend the mini panels contextual links functionality when used as blocks (either by core Block module, or the contrib Context module):
#1966020: Contextual links for mini panels placed as blocks.