Problem/Motivation

The advertising tag textfield currently just supports 256 characters. This doesn't allow the user add links with a longer length.

Proposed resolution

Fix it. Change it to 1024 characters.

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yongt9412 created an issue. See original summary.

johnchque’s picture

Status: Active » Needs review
FileSize
655 bytes

Like this should be fine.

  • Berdir committed bd90b3a on 8.x-1.x authored by yongt9412
    Issue #2760829 by yongt9412: Make the advertising tag max length longer
    
Berdir’s picture

Version: 8.x-1.x-dev » 7.x-2.x-dev
Status: Needs review » Patch (to be ported)

Thanks.