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
As currently constructed, we have no way to render these. To address this, we would like to add two optional parameters to the resource shortcode:
href where the value is set to a full or partial URL. When set, the resource (typically an image) would be wrapped in an anchor tag with an href attribute, with the value set to the passed value.
href_uuid where the value to set to the uuid of another resource (typically a page, or a resource). When set, the resource would be wrapped in an anchor tag, with an href attribute, with the value set to a URL for the resource.
having both parameters set is not supported. It's OK to use the href value in this case.
On legacy OCW, there are >1000 images with links on them.
For example, from CMS6.11J F14
As currently constructed, we have no way to render these. To address this, we would like to add two optional parameters to the resource shortcode:
href
where the value is set to a full or partial URL. When set, the resource (typically an image) would be wrapped in an anchor tag with anhref
attribute, with the value set to the passed value.href_uuid
where the value to set to the uuid of another resource (typically a page, or a resource). When set, the resource would be wrapped in an anchor tag, with anhref
attribute, with the value set to a URL for the resource.href
value in this case.Related issues
The text was updated successfully, but these errors were encountered: