Configure Draft Spaces to display images external to SDL

Draft/Review Spaces don't show any images right now, as all our images are url based and not GUID based. How would I go about updating this configuration in Draft/Review Space.

This is our day 2 in Collective Spaces.

Parents
  • Hi Akheil,

    Using URLs for images, instead of GUIDs (so in turn objects in the repository), makes me wonder how you do version control (baseline) on them. In essence you are doing External Content. This is in essence, not typical for a Tridion Docs repository.

    Regarding the thumbnails rendering in Draft Space and Review Space; make sure you don't use inline images in a <p> or so. Use a <fig> element will help

    -Dave

Reply
  • Hi Akheil,

    Using URLs for images, instead of GUIDs (so in turn objects in the repository), makes me wonder how you do version control (baseline) on them. In essence you are doing External Content. This is in essence, not typical for a Tridion Docs repository.

    Regarding the thumbnails rendering in Draft Space and Review Space; make sure you don't use inline images in a <p> or so. Use a <fig> element will help

    -Dave

Children