The "Input format" field should come directly after the "Description" textarea on the create/edit page.

Comments

ChrisKennedy’s picture

What is your reasoning behind this request? To me it seems to be more intuitive if the settings come right after the choices. I suppose we should just emulate whatever other modules do when they have the same problem.

anders.fajerson’s picture

The input format points to the body (or decription in our case). The choices only accepts plain text. I haven't yet seen a body textarea in Drupal that doesn't have the input format option to come directly after it.

ChrisKennedy’s picture

Status: Active » Fixed

Fixed, just had to set the weight to 1 for ChoiceGroup and settings. http://drupal.org/cvs?commit=42963

Anonymous’s picture

Status: Fixed » Closed (fixed)