Embed a map into the content.
npm install @brandextract/tinymce-plugin-map
orbower install tinymce-plugin-map
- Move to a folder named "map" under
tinymce/plugins
through build scripts.
<script type="text/javascript">
tinymce.init({
selector: "textarea",
plugins: "media image map",
toolbar: "image map",
extended_valid_elements: "+iframe[src|width|height|name|align|class]"
});
</script>
git clone https://github.com/BrandExtract/tinymce-plugin-map.git
cd tinymce-plugin-map
npm install
Edit the file, add and commit.
There is a pre-commit
hook that is automatically installed after
npm install
and generates the minified file and sourcemap. Therefore,
it is recommended that we checkout the repo and run npm install
to
work on it, instead of editing the file directly through GitHub web.
Otherwise, we will need to generate the minified file and sourcemap.