Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/arerules/alert.json
1146 views
1
{"name": "Display an alert",
2
"author": "mgeeky",
3
"modules": [
4
{"name": "alert_dialog",
5
"condition": null,
6
"options": {
7
"text":"You've been BeEFed ;>"
8
}
9
}
10
],
11
"execution_order": [0],
12
"execution_delay": [0],
13
"chain_mode": "sequential"
14
}
15
16