I think Fieldable Panel Panes can be really useful for creating generalized content types and think they would be rad as a top level panel. This patch just allows you to specify 'top level' = TRUE in your entity definition.

Comments

populist’s picture

Title: Allow fieldable panel panes to specify a top level » Allow fieldable panel panes to specify a top level and icon
StatusFileSize
new579 bytes

I added support to passing a custom icon as well.

merlinofchaos’s picture

Status: Needs review » Fixed

In order to prevent collisions in the bundle, I used 'pane icon' and 'pane top level' in the bundle. I also documented these in the README.txt so that people could have a chance of finding them.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kasperg’s picture

Despite this patch I could not get this to work due to the logic determining whether a content type is at the top level in Panels. I've suggested a change to this logic at #1836428: Improve handling of top level panes.