mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-18 03:24:03 +00:00
add language hints to code blocks
This commit is contained in:
@@ -12,7 +12,7 @@ The `time.sleep` processor will sleep for the specified `duration` in millisecon
|
||||
|
||||
### Example
|
||||
This would sleep for 5 seconds before passing the message to the next processor.
|
||||
```
|
||||
```yaml
|
||||
- type: time.sleep
|
||||
params:
|
||||
duration: 5000
|
||||
|
||||
Reference in New Issue
Block a user