You are here

cmis-content-properties.html.twig in CMIS API 8.2

<div id="cmis-content-property-wrapper">
  <div class="document-download">
    {{ download }}
  </div>

  <div class="properties-table">
    {{ properties }}
  </div>
</div>

File

templates/cmis-content-properties.html.twig
View source
  1. <div id="cmis-content-property-wrapper">
  2. <div class="document-download">
  3. {{ download }}
  4. </div>
  5. <div class="properties-table">
  6. {{ properties }}
  7. </div>
  8. </div>