Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Cardinality

Description

 tag id

org.symphonyoss.taxonomy.hashtag [A] 

1.nThe hashtagpresentationMLPresentationML1Default rendering.

 

Example

Code Block
languagexml
titlePresentationML
<presentationML><div class="PresentationML" data-version-id="2.0">
    <div class="entity" data-entity-id="keyword">
        <b>Important</b> information
    </div>
</presentationML>div>


Code Block
languagejs
titleEntityJSON
"keyword":
{
    "type":     ”org.symphonyoss.taxonomy”,
    "version":  "1.0",
    "id":
    [
        {
            "type":     ”org.symphonyoss.taxonomy.hashtag”,
            "value":    ”important”
        }
    ]
}

...