No notes defined.

<!-- Default -->
<span class='c-content-type c-content-type--upload'>Upload</span>

<!-- Audio -->
<span class='c-content-type c-content-type--audio'>Audio</span>

<!-- Document -->
<span class='c-content-type c-content-type--document'>Document</span>

<!-- Video -->
<span class='c-content-type c-content-type--video'>Video</span>

<!-- Tool -->
<span class='c-content-type c-content-type--tool'>Tool</span>

<span class='{{ get_component_class( 'content-type', { modifiers: [ type ] } ) }}'>{{ text }}</span>
/* Default */
{
  "type": "upload",
  "text": "Upload"
}

/* Audio */
{
  "type": "audio",
  "text": "Audio"
}

/* Document */
{
  "type": "document",
  "text": "Document"
}

/* Video */
{
  "type": "video",
  "text": "Video"
}

/* Tool */
{
  "type": "tool",
  "text": "Tool"
}