Appendix

Appendix

Disclaimer

Please read this disclaimer ("Disclaimer") carefully before using the http://picturepark.com Website (“Website”) operated by Fotoware Switzerland AG (“Picturepark”, "us", 'we", "our").

The content displayed on the Website is intellectual property belonging to us. You may reuse, republish, or reprint such content under the CC BY-NC-SA 4.0 terms at any time except where such content, or parts of it, are the intellectual property of other parties. Any other use always requires our prior written consent, which you may request by contacting product@picturepark.com.

Display Pattern Help

More general details about Display Pattern Display Pattern

File Type Pattern

The following code fragments can be used:

Fastly (CDN)

http://Fastly.com offers reliable, fast, and customizable options to deliver shared content from Content Platform. Fastly offers real-time observability, baked-in security, and programmatic control.

The CDN (Content Delivery Network)can be enabled per customer to distribute email shares and embeds via Fastly CDN. Both default caching time and serving stale content are also configurable per customer.

Filter Editor

The filter editor can help you create very precise advanced search queries. You can access it next to the search bar via the filter icon.

Available for:

  • Channels

Integrations

Optimizely

This Optimizely plugin integrates Fotoware PicturePark ContentPlatform DAM with Optimizely CMS and Commerce platform. For more information, see Optimizely plugin.

JSON

The JavaScript Object Notation (JSON) is an open-standard file format or data interchange format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value). JSON knows numbers, strings (text), boolean, arrays and objects; as well as NULL. Find more about JSON on Wikipedia: https://en.wikipedia.org/wiki/JSON.

Keyboard Shortcuts

Metadata can be edited using keyboard shortcuts:

  • Add (Insert): CTRL + I

    • adding a new Layer

Languages

Picturepark supports the following languages for metadata or share pages. This list is derived from Picturepark and can be found in Lists > Language. The languages with a two-letter IETF code are supported.

Two-letter IETF Code

Language

Liquid Syntax

The display pattern and filters are written in Liquid Syntax, which is the Shopify templating language. It has objects (the field values), filters (manipulations like uppercase) and tags (if/else operations). Please make yourself familiar when you plan to update the display pattern with specific patterns.

{% if %}
  {{data.layerid.fieldid | filter}}
{% endif %}

Markdown

Text fields in Picturepark have an additional option to render Markdown, a well-known syntax supported by various systems. Using Markdown in text fields allows basic formatting of descriptions, press kit content, or product descriptions to highlight specific areas or structure longer text areas. 

Picturepark uses the following component: https://markdown-it.github.io, which offers an online demo. Please ensure that all plugins (checkboxes at the top) are disabled, as Picturepark does not currently support any plugins.

Monaco Editor

The Monaco Editor is a browser-based code editor that also powers Microsoft VS Code. Thanks to IntelliSense features, you can get suggestions by pressing Ctrl + Space, which will reveal some code hinting. A red line marks code errors like missing commas or unnecessary ones.

Regular Expression (RegEx)

A regular expression (usually called regex or regexp) is a sequence of characters that help you search in text (strings). Various systems use Regex for field validation and find or find & replace operations in text (strings). Regex is common in computer science. See Wikipedia Regex for more details.