The 'additional text' field for the map block doesn't work as its form ID and default value don't match.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BWPanda’s picture

Status: Active » Needs review
FileSize
2.87 KB

This patch copies the way the additional text fields are handled for the page settings and applies them to the block settings (including the stylesheet).

BWPanda’s picture

FileSize
3.36 KB

Oops, here's an updated patch that outputs the actual 'additional text' value, rather than 'Array'.

John Franklin’s picture

Status: Needs review » Needs work

Currently, only the field's value is saved. When this patch is applied, the module attempts to interpret it as an array. A hook_update_N() converting the variable from text to array is needed.

AstonVictor’s picture

Status: Needs work » Closed (outdated)

I'm closing it because the issue was created a long time ago without any further steps.

if you still need it then raise a new one.
thanks