You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous versions of Publish supported the publish.display.link attribute, which accepted a pattern that contained {value} such as https://somedomain.com/path/to/{value} which would use the value of the field to replace the placeholder.
Previous versions of Publish supported the
publish.display.link
attribute, which accepted a pattern that contained{value}
such ashttps://somedomain.com/path/to/{value}
which would use the value of the field to replace the placeholder.publish/app/components/FieldString/FieldStringEdit.jsx
Lines 230 to 231 in 1bffba5
publish/app/lib/util/formatLink.js
Lines 1 to 11 in c0b1dd3
The formatLink seems to be returning only the value of the field where previously it would render.
The text was updated successfully, but these errors were encountered: