dartlangeditorflutterflutter-appsflutter-examplesflutter-packageflutter-widgetquillquill-deltaquilljsreactquillrich-textrich-text-editorwysiwygwysiwyg-editor
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
417 B
20 lines
417 B
1 year ago
|
const quillVideosSample = [
|
||
|
{'insert': '\n'},
|
||
|
{
|
||
|
'insert': {'video': 'https://youtu.be/xz6_AlJkDPA'},
|
||
|
'attributes': {
|
||
|
'width': '300',
|
||
|
'height': '300',
|
||
|
'style': 'width:400px; height:500px;'
|
||
|
}
|
||
|
},
|
||
|
{'insert': '\n'},
|
||
|
{'insert': '\n'},
|
||
|
{'insert': 'And this is just a youtube video'},
|
||
|
{'insert': '\n'},
|
||
|
{
|
||
|
'insert': 'This sample is not complete.',
|
||
|
},
|
||
|
{'insert': '\n'},
|
||
|
];
|