Skip to content

Kirby 5.1.1

LicenseStatus

Represents the license status of a plugin. Used to display the status in the Panel system view

Examples

$status = new LicenseStatus(
  value: 'missing',
  theme: 'negative',
  label: 'Get a license please',
  icon: 'alert',
  dialog: 'my/dialog/endpoint'
)