Problem/Motivation

The metatag separator is being trimmed, which reduces the possibility of having a separator followed by a space.
For example: You can't have "Value1, Value2", but only "Value1,Value2" or "Value1 | Value2", but only "Value1|Value2".

Steps to reproduce

1. Go to /admin/config/search/metatag/settings.
2. Set the separator value to " | ".
3. Save the form.
Result: The separator value is trimmed.

Proposed resolution

Remove the trimming behavior. Set the user's responsibility to remove any unnecessary spaces.

Issue fork metatag-3490986

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

anna d created an issue. See original summary.

anna d’s picture

Status: Needs work » Needs review