I have added a hook to the content_type plugin that let other module to define there on pane form.
The node_form.inc has been updated to use this new hook.
It allows a good integration with module that define new form elements.
Patch is attached

This patch also correct 2 small bugs (the delta of 2 blocks was not correct)

CommentFileSizeAuthor
content_type_hook.patch2.06 KBcirotix

Comments

sdboyer’s picture

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

The general direction you're wanting to go here is interesting and one I've definitely thought about, but this isn't quite the way to do it. However, because _really_ doing this properly is going to require some more basic panels engine work, I'm won't fixing this and will start a new issue when I have time to devote.