You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

DOCU-1159 - Getting issue details... STATUS


The Tags app is a central place to manage content tags – keywords or terms assigned to a piece of content, see Content tagging. In AdminCentral, the app is accessible in the TOOLS group.

The Tags app manages content tags, which are different from the marketing tags . Marketing tags are advertizing or analytics code snippets that you insert on Web pages. Marketing tags are managed using the Marketing Tags app.

Configuration

The Tags app is installed by the Content Tags module and is based on the small app concept. The Tools app group that this app belongs to is only available to the superuser role. This is configured in the app launcher layout. The app is configured at Configuration > /modules/content-tags .

Usage

The Tahs app has two subapps:

  • The tag browser: Provides a tree/list overview of all the tags stored in the JCR repository and allows:
    • Adding new tags (the Add tag action in the Action bar).
    • Renaming tags (the Rename item action).
    • Deleting one or multiple tags (the Delete item action).
    • Accessing the the tag dependency view (via the Show tagged content action).
    • Searching for a tag or tags. The search is case-insensitive, forward-matching and the its logic is applied not to the actual name of a tag, but to its JCR node path. Thus, having defined the history and History tags, the following will occur:

      Search wordReturned result(s)
      Name columnPath column
      history{t} history
      {t} History

      /h/hi/history
      /h/hi/History

      History{t} history
      {t} History
      /h/hi/history
      /h/hi/History
      hi{t} history
      {t} History
      {f} hi
      /h/hi/history
      /h/hi/History
      /h/hi
      /hi<no results>
      /h{f} h/h
      story<no results>

  • The dependencies viewer: Displays virtual URI mappings. Uses the boxes at the top of the table to filter by class, from URI or to URI.

#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels