No Scald options for textarea field without summary. Is it supposed to be so?

Comments

jcisio’s picture

Status: Active » Fixed

By default yes, but you can configure it https://drupal.org/node/1775718.

tema’s picture

Category: support » feature
Status: Fixed » Active

Thanks, but the question was why it's not listed by default?

Also it's a bit strange to have that line in settings.php, I'd prefer to control it at module level. Perhars by hook_field_info_alter.
It's a variable, okay, sorry.

jcisio’s picture

Version: 7.x-1.1 » 7.x-1.x-dev

It is for historical reason when MEE created its own version of text field in D6 and worked with only this type of field. I think we can change the default. Patch? ;)

jcisio’s picture

Title: Not available for "Long text" field type » Make MEE available to all text fields by default
Status: Active » Fixed

Committed 7ca918c.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

wroxbox’s picture

Issue summary: View changes
StatusFileSize
new886 bytes

I will add a patch, so we can update existing projects based on drush make -builds.