mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-17 02:21:00 +02:00
Notification create/update events UI
This commit is contained in:
13
server/utils/notifications.js
Normal file
13
server/utils/notifications.js
Normal file
@ -0,0 +1,13 @@
|
||||
module.exports.notificationData = {
|
||||
events: [
|
||||
{
|
||||
name: 'onTest',
|
||||
requiresLibrary: false,
|
||||
description: 'Notification for testing',
|
||||
defaults: {
|
||||
title: 'Test Title',
|
||||
body: 'Test Body'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user