Navigation

  • index
  • next |
  • previous |
  • Sulu 1.x documentation »
  • Reference »
  • Content Type Reference »
  • Internal links

Internal links¶

Description¶

Shows a list with the possibility to add links to other pages managed in Sulu. Additionally it populates all the fields defined in the template configuration to the HTML template. The content is stored as an array of references.

Parameters¶

Parameter

Type

Description

properties

collection

Defines with which key which property of the linked page should be populated to the HTML template.

Example¶

<property name="links" type="internal_links">
    <meta>
        <title lang="en">Links</title>
    </meta>

    <params>
        <param name="properties" type="collection">
            <param name="title" value="title"/>
            <param name="article" value="article"/>
        </param>
    </params>
</property>

Logo

Table of Contents

  • The Book
  • Cookbook
  • Reference
    • Parameter Reference
    • System Requirements for Running Sulu
    • Content Type Reference
      • Block
      • Category list
      • Checkbox
      • Color
      • Date
      • Email
      • Internal links
      • Location
      • Media selection
      • Multiple Select
      • Contact selection
      • Password
      • Phone
      • Resource locator
      • Single internal link
      • Single Select
      • Smart content
      • Snippet
      • Tag list
      • Text area
      • Text editor
      • Text line
      • Time
      • URL
      • Teaser Selection
    • Twig Extensions
    • Document Manager
    • Glossary
  • Bundles
  • Developer Guide

Related Topics

  • Documentation overview
    • Reference
      • Content Type Reference
        • Previous:
          Email
        • Next:
          Location

This Page

  • Show Source

Quick search

Navigation

  • index
  • next |
  • previous |
  • Sulu 1.x documentation »
  • Reference »
  • Content Type Reference »
  • Internal links