- Issue created by @Anna D
- Merge request !1643490986: Disabled trimming of metatag separator β (Open) created by Unnamed author
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.
Needs work
2.1
Code