Sample Component Output

To experience the Content Fragment Component as well as see examples of its configuration options as well as HTML and JSON output, visit the Component Library.

Technical Details

The latest technical documentation about the Content Fragment Component can be found on GitHub.

Further details about developing Core Components can be found in the Core Components developer documentation.

Configure Dialog

The configure dialog allows the content author to define the which content fragment and the elements of that fragment to be included.

Properties Tab

Content Fragment Component

  • Content Fragment

    • Path to the desired content fragment
    • The Selection Dialog can be used to locate the fragment
  • Display Mode

    • Single Text Element - Enables selection of one multiline text element and enables paragraph control options
    • Multiple Elements - Allows selection of one or more elements of the selected content fragment
  • Element - The element or elements of the content fragment to include

  • Variation - Which variation of the content fragment to use (defaults to Master)

  • Paragraphs

    • All - Display all paragraphs

    • Range

      • Specify ranges of paragraphs which should be displayed, separated by a semicolon
      • For instance 1;3-5;7;9-* to include the 1st, the 3rd to 5th, the 7th, and the 9th to the final paragraphs
  • ID - This option allows to control the unique identifier of the component in the HTML and in the Data Layer.

    • If left blank, a unique ID is automatically generated for you and can be found by inspecting the resulting page.
    • If an ID is specified, it is the responsibility of the author to make sure that it is unique.
    • Changing the ID can have an impact on CSS, JS and Data Layer tracking.