autocomplete: add [embed] tag to tag autocomplete and to docu docs

This commit is contained in:
rabuzarus 2016-12-02 19:39:35 +01:00
commit 7a9a1b3722
2 changed files with 5 additions and 1 deletions

View file

@ -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>