li-license-profile

Added in: release-2026-07

Supported Features

Document
Media
Include
Document Creation Flow
Push Message
Usage Log
Table Dashboard
Display Filter
Search Indexing
System Metadata
Planning System
Webhook Conditions

Description

Assigns a License Profile to a media library entry. The profile defines in which usage purposes the entry may be published and whether a use is billed.

Default UI

License profile select with color indicator and the profile’s rules per usage purpose

Storage Format

{
  handle: <String>
}

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'licenseProfile',
      type: 'li-license-profile',
      config: {
        index: true // required for the license profile and liLicensePurpose display filters
      },
      ui: {
        label: 'License Profile' // optional, takes camelized name otherwise
      }
    }
    // ...
  ]
}