-
Notifications
You must be signed in to change notification settings - Fork 6
Reorder the json #7
Copy link
Copy link
Closed
Description
Triggers are demuddled and the json puts the name at the top of the trigger; However, for keys, aliases, scripts and timers, the name is not at the top of the list. Placing it at the top would make it easier to find the correct block of code.
Sample trigger demuddle
"name": "lowSP",
"isActive": "yes",
"isFolder": "no",
"multiline": "no",
"multilineDelta": "0",
"matchall": "no",
Sample alias demuddle
{
"isActive": "yes",
"isFolder": "no",
"name": "aaCheckStatus",
"regex": "^aa$",
"script": ""
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels