You are here

function nodeformcols_nodeformcols_content_type_edit_form in Node form columns 7

File

plugins/content_types/nodeformcols.inc, line 89
Renders the nodeformcols form in a panel pane. The entire panel is inside the <form> tag. Most of the code is from the CTools form.inc content type.

Code

function nodeformcols_nodeformcols_content_type_edit_form(&$form, &$form_state) {

  // provide a blank form so we have a place to add settings widgets
}