Problem/Motivation

The "Attributions options" text field on the source type admin page is too short.

Steps to reproduce

Try to enter attribution longer that the (forms API) default maxlength of 128 characters - the extra chars are chopped off

Proposed resolution

Change the textfield to textarea - the default 60 columns and 5 rows should be sufficient for most situations

Issue fork openlayers-3395892

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sano created an issue. See original summary.

sano’s picture

sano’s picture

Status: Active » Needs review
ken-g’s picture

Status: Needs review » Reviewed & tested by the community

Thanks @sano,

I have reviewed and tested your change, and committed it to 7.x-3.x-dev