autocomplete: add [embed] tag to tag autocomplete and to docu docs
This commit is contained in:
parent
e20e64390b
commit
7a9a1b3722
2 changed files with 5 additions and 1 deletions
|
@ -473,6 +473,10 @@ You can embed video, audio and more in a message.
|
|||
<td>[vimeo]Vimeo video ID[/vimeo]</td>
|
||||
<td>Vimeo player iframe embed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[embed]URL[/embed]</td>
|
||||
<td>Embed OEmbed rich content.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[iframe]URL[/iframe]</td>
|
||||
<td>General embed, iframe size is limited by the theme size for video players.</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue