Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Summary

Excerpt

You can link to specific areas in Picturepark using relative links, the base URL of your Picturepark will be automatically added, so your links don't break. 

Code Block
languagejson
<a href="/ContentBrowser/rulesRegulations">Click here for rules and regulations</a>

Use Case

I want to show links to channels or other lists as HTML link

  1. Open the Display Pattern (Detail) of a List

  2. Add a link to a specific area

  3. Use relative links

    Code Block
    languagejson
    <a href="/ContentBrowser/rulesRegulations">Click here for rules and regulations</a>
Note

The URL starts with the baseURI which is automatically added to links and in case of Picturepark migrations those relative links still work.