docs: improve docs for youtube extension (#2902)
* docs: improve docs for youtube extension * docs: improve docs for youtube extension Co-authored-by: Dominik Biedebach <dominik@bdbch.com>
This commit is contained in:
@@ -9,12 +9,16 @@
|
|||||||
type="number"
|
type="number"
|
||||||
v-model="width"
|
v-model="width"
|
||||||
placeholder="width"
|
placeholder="width"
|
||||||
|
min="320"
|
||||||
|
max="1024"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
id="height"
|
id="height"
|
||||||
type="number"
|
type="number"
|
||||||
v-model="height"
|
v-model="height"
|
||||||
placeholder="height"
|
placeholder="height"
|
||||||
|
min="180"
|
||||||
|
max="720"
|
||||||
>
|
>
|
||||||
<editor-content class="editor-1" :editor="editor" />
|
<editor-content class="editor-1" :editor="editor" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: Your favorite videos and jams - right in your editor!
|
description: Your favorite videos and jams - right in your editor!
|
||||||
icon: video
|
icon: youtube-line
|
||||||
---
|
---
|
||||||
|
|
||||||
# YouTube
|
# YouTube
|
||||||
|
|||||||
Reference in New Issue
Block a user