Update slash-commands.js added some examples to /echo command
Signed| @@ -834,6 +834,12 @@ export function initDefaultSlashCommands() { | ||
| 834 | 834 | <li> |
| 835 | 835 | <pre><code>/echo title="My Message" severity=info This is an info message</code></pre> |
| 836 | 836 | </li> |
| 837 | + <li> | |
| 838 | + <pre><code>/echo title="My Message" color=black This message is purple</code></pre> | |
| 839 | + </li> | |
| 840 | + <li> | |
| 841 | + <pre><code>/echo onClick={: /echo escapeHtml=false color=transparent cssClass=wider_dialogue_popup <img src="/img/five.png" /> :} timeout=5000 Clicking on this message within 10 seconds will open the image.</code></pre> | |
| 842 | + </li> | |
| 837 | 843 | </ul> |
| 838 | 844 | </div> |
| 839 | 845 | `, |