--- title: li-push-notifications description: "Legacy feature to send push messages. Use li-push-messages instead." --- Deprecated in: [`release-2026-03`](/operations/releases/release-2026-03/) ## 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 > [!WARNING] > `li-push-notifications` is deprecated and will be removed in `release-2026-09`. Please use [`li-push-messages`](/reference/document/metadata/plugins/li-push-messages/llms.txt) instead. ## Default UI Editor toolbar button which opens a dialog. ## Storage Format ```js { messageCount: , messages: [ { message: , sentAt: , topics: [ { label: , value: } ] } ] } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-push-notifications' } // ... ] } ```