Rich text editor for Flutter
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.
 
 
 
 
 

19 lines
417 B

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'},
];