mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
added runOnBranchChange event #4108
This commit is contained in:
@@ -81,6 +81,7 @@ module.exports = [
|
||||
{ type: 'relation', name: 'runOnNoteContentChange', isDangerous: true },
|
||||
{ type: 'relation', name: 'runOnNoteDeletion', isDangerous: true },
|
||||
{ type: 'relation', name: 'runOnBranchCreation', isDangerous: true },
|
||||
{ type: 'relation', name: 'runOnBranchChange', isDangerous: true },
|
||||
{ type: 'relation', name: 'runOnBranchDeletion', isDangerous: true },
|
||||
{ type: 'relation', name: 'runOnChildNoteCreation', isDangerous: true },
|
||||
{ type: 'relation', name: 'runOnAttributeCreation', isDangerous: true },
|
||||
|
||||
Reference in New Issue
Block a user