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.
 
 
 
 
 

17 lines
405 B

const quillVideosSample = [
{'insert': '\n'},
{
'insert': {'video': 'https://youtu.be/fq4N0hgOWzU?si=SqoY_bAZYnjCkUvn'},
'attributes': {
'width': '300',
'height': '300',
'style': 'width:400px; height:500px;'
}
},
{'insert': '\n'},
{'insert': '\n'},
{'insert': '\n'},
{'insert': 'The video above is a Youtube video.'},
{'insert': '\n'},
{'insert': '\n'},
];