Tag Selection ============= Description ----------- Shows a simple text line with an autocomplete feature for the available Tags in the system. Tags can be managed in the settings section of Sulu. The assigned tags will be saved as an array. .. note:: Tags which do not already exist will be created. .. note:: This content type is rarely needed because the ``Excerpt and Taxonomies`` allows to assign tags to pages. Parameters ---------- No parameters available Example ------- .. code-block:: xml Tags Twig ---- .. code-block:: twig {% for tag in content.tags %} {{ tag }} {% endfor %}