The Panels module provides the panel element "New custom content" which is simply a node-like edit form. It allows to choose the Input Format too.

Similar to #404618: Panels comment support it would be nice to have its form ID added to better_formats_form_alter() to allow Better Formats to step into the Input Format part of the form. It's a one liner so I just copy the changes here:

Replace

    case 'node-form':

by

    case 'node-form':
    case 'ctools-custom-content-type-edit-form':

I did test it with Panels 3.2.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fuerst’s picture

Title: Support fpr Panels "Custom node content" » Support for Panels "Custom node content"
Status: Active » Needs review
dragonwize’s picture

Status: Needs review » Postponed

I am postponing all further module integration until 3.x.

joelstein’s picture

Status: Postponed » Needs review
FileSize
382 bytes

The code in the original issue adds the Better Formats support to Panel's "custom node content" forms. Here's a formal patch, in case it helps.

dragonwize’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

6.x is now unsupported.