Needs review
Project:
Metatag
Version:
2.1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2024 at 07:41 UTC
Updated:
2 Dec 2024 at 07:57 UTC
Jump to comment: Most recent
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".
1. Go to /admin/config/search/metatag/settings.
2. Set the separator value to " | ".
3. Save the form.
Result: The separator value is trimmed.
Remove the trimming behavior. Set the user's responsibility to remove any unnecessary spaces.
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
Comment #3
anna d commented