Comfortable | Docs
  • Comfortable Documentation
  • Concepts
    • Content Repositories
    • Content Types
    • Documents
    • Assets
    • Content Tree
    • Collections
    • Webhooks
    • Team
    • Locales
  • APIs
    • RESTful API
      • Endpoints
      • API Reference
        • Sorting
        • Filters
        • Localisation
        • Fields
        • Includes
        • Search
      • Query Examples
        • Collections
        • Single Documents
        • Single Assets
        • Sorting
        • Filters
        • Includes
    • Image Manipulation
  • SDKs
    • JavaScript
      • Query Options
      • Query All Documents
      • Query a Collection
      • Query a Single Document
      • Query an Alias
      • Query an Asset
      • Example: Filters
      • Example: Sorting
    • Nuxt.js
    • PHP
      • Query All Documents
      • Query Single Document
      • Query Collection
      • Query an Alias
      • Query an Asset
      • Fulltext Search
      • Query by Fields
      • Query by Type
      • Query by Id
      • Query by Tags
  • Guides
    • Vue Blog Example
  • Legal
    • Legal Notice
    • Privacy Policy
Powered by GitBook
On this page
  • Uploading Assets
  • Managing and Editing Assets
  • Fields
  • Publishing
  • Deleting Assets
  1. Concepts

Assets

PreviousDocumentsNextContent Tree

Last updated 7 years ago

Uploading Assets

To make assets available for documents, you can upload them on several places on the web platform.

Use the 'Upload-Asset'-Button on the top right corner of the webapp to access the upload dialog at any time.

Or upload an asset at time you want to link it in a document and select if from the list after the upload has finished:

Managing and Editing Assets

A list of all uploaded assets is available on the Assets page.

Fields

Assets are quite similar to documents and have pre-defined fields:

Field

Editable

Title

✔️

Description

✔️

Publish

✔️

Unpublish

✔️

Tags

✔️

File

✖️

Filename

✖️

File link (permalink)

✖️

Type

✖️

Size

✖️

Dimensions (images only)

✖️

Created

✖️

Created by

✖️

Last modified

✖️

Last modified by

✖️

Publishing

Deleting Assets

Assets can be published or unpublished manually or automatically, . That means, that event if an asset is linked in a published document, it will not be available by API until its state is Published.

To delete an asset you can do this by either (1) choosing it from any or the 'All Documents' View by selecting the corresponding checkbox and clicking the 'Trashcan'-Button. Or (2) while in the single view, open the 'Save'-Buttons context menu on the and click 'Move to Archive'.

collection
sidebar
just like documents