--- title: li-license-profile --- Added in: [`release-2026-07`](/operations/releases/release-2026-07/) ## Supported Features | Feature | Supported | | ------- | :-------: | | 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](/guides/media-library/license-profiles/llms.txt) 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 ```js { handle: } ``` ## Content Type Config ```js { 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 } } // ... ] } ```