mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-25 23:06:43 +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