A TinyMCE plugin to embed a video
npm install @brandextract/tinymce-plugin-videoEmbed a video into the content.
* npm install @brandextract/tinymce-plugin-video or bower install tinymce-plugin-video
* Move to a folder named "vide" under tinymce/plugins through build scripts.
``javascript`
`bash`
git clone https://github.com/BrandExtract/tinymce-plugin-video.git
cd tinymce-plugin-video
npm install
Edit the file, add and commit.
There is a pre-commit hook that is automatically installed afternpm install and generates the minified file and sourcemap. Therefore,npm install` to
it is recommended that we checkout the repo and run
work on it, instead of editing the file directly through GitHub web.
Otherwise, we will need to generate the minified file and sourcemap.