Update /echo docs helpstring
This commit is contained in:
parent
5065892d04
commit
50a716a593
|
@ -826,19 +826,19 @@ export function initDefaultSlashCommands() {
|
||||||
],
|
],
|
||||||
helpString: `
|
helpString: `
|
||||||
<div>
|
<div>
|
||||||
Echoes the provided text to a toast message. Useful for pipes debugging.
|
Echoes the provided text to a toast message. Can be used to display informational messages or for pipes debugging.
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<strong>Example:</strong>
|
<strong>Example:</strong>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<pre><code>/echo title="My Message" severity=info This is an info message</code></pre>
|
<pre><code>/echo title="My Message" severity=warning This is a warning message</code></pre>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<pre><code>/echo title="My Message" color=black This message is purple</code></pre>
|
<pre><code>/echo color=purple This message is purple</code></pre>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<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>
|
<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 5 seconds will open the image.</code></pre>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue