0
larsfk created
Hi!
Is it possible to extend with the option of uploading or embedd videos? Using Aspnet Core + Angular 6
Thanks!
1 Answer(s)
-
1
Hi @larsfk
I haven't tried but you can use its custom toolbar option and and modify the editor value, see https://www.primefaces.org/primeng/#/editor.
When inserting and image, primeng adds the image source like below;
<img src="data:image/png;base64,xxxxxxxxxxxxxx">