Notification create/update events UI

This commit is contained in:
advplyr 2022-09-22 18:12:48 -05:00
parent ff04eb8d5e
commit b08ad8785e
9 changed files with 389 additions and 9 deletions

View file

@ -0,0 +1,13 @@
module.exports.notificationData = {
events: [
{
name: 'onTest',
requiresLibrary: false,
description: 'Notification for testing',
defaults: {
title: 'Test Title',
body: 'Test Body'
}
}
]
}