li-push-notifications

Supported Features

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

Description

Support for li-push-notifications will soon be removed. Please use li-push-messages instead.

Default UI

Editor toolbar button which opens a dialog.

Storage Format

{
  messageCount: <Integer>,
  messages: [
    {
      message: <String>,
      sentAt: <ISO8601 String>,
      topics: [
        {
          label: <String>,
          value: <String>
        }
      ]
    }
  ]
}

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'myHandle'
      type: 'li-push-notifications'
    }
    // ...
  ]
}