Procedure - Fluid Topics - Latest

Manage Images in Fluid Topics

Category
Technical Notes
Audience
public
Version
Latest

To upload two images, time_zone_cheatsheet.png and standard_time_zones_of_the_world.png, with related information:

  1. Reference the images in the FluidTopicsControlFile.xml Control File.

    <?xml version="1.0" encoding="UTF-8"?>
    <controlFile>
       <resources>
          <resource lang="en-US">
                <filePath>time_zone_cheatsheet.png</filePath>
                <displayName>Time Zone Cheatsheet</displayName>
                <description>This document helps you define a time zone to set for your time travel.</description>
                <metas>
                   <meta key="Category">
                      <value>TechDoc</value>
                   </meta>
                </metas>
          </resource>
          <resource lang="en-US">
                <filePath>standard_time_zones_of_the_world.png</filePath>
                <displayName>Standard Time Zones of the World</displayName>
                <description>This document shows all the time zones available on the planet.</description>
                <metas>
                   <meta key="Category">
                      <value>TechDoc</value>
                   </meta>
                </metas>
          </resource>
       </resources>
    </controlFile>
    
  2. Create a ZIP archive with all files (images and Control File) at the root level of the archive.

  3. Publish the archive through an Unstructured documents source.
    In the Search Results page, the two images appear with the display name and description set in the Control File. Users can find these two images with the Category filter, by using the TechDoc value.

    Images displayed in the **Search Results page**

  4. Select an image title to open it in the Viewer page.