Closed (won't fix)
Project:
Panels
Version:
5.x-2.0-rc1a
Component:
Plugins - content types
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2008 at 15:45 UTC
Updated:
6 Oct 2008 at 03:34 UTC
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)
| Comment | File | Size | Author |
|---|---|---|---|
| content_type_hook.patch | 2.06 KB | cirotix |
Comments
Comment #1
sdboyer commentedThe 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.