For any exported panel, the Panel Title options that are under the Layout Settings tab are not included in the exported object.

CommentFileSizeAuthor
#1 export_display_title.patch809 bytespancho

Comments

pancho’s picture

Status: Active » Needs review
StatusFileSize
new809 bytes

Thanks for reporting this!
The enclosed little patch should fix this issue. Note that I won't be able to test it by tomorrow, but feel free to help me out :)

pancho’s picture

Version: 5.x-2.0-beta4a » 5.x-2.x-dev
Anonymous’s picture

Also the shown property is not exported, so this line would fix that in the same function?

line 845 of panels.module:

    $fields = array('panel', 'type', 'subtype', 'access', 'configuration', 'shown');
pancho’s picture

Assigned: Unassigned » pancho
Status: Needs review » Needs work

I'll take a closer look at this tonight.

sdboyer’s picture

Any updates, Pancho?

esmerel’s picture

Status: Needs work » Closed (won't fix)

No fixes are going to get committed to the 2.x line