Skip to content

Commit 5a493c1

Browse files
committed
fix: Removing language file
Not needed, as we aren't using specific language flags in tinymce. Our other plugins aren't using this. It results in an extra request that doesn't get bundled.
1 parent a68f270 commit 5a493c1

5 files changed

Lines changed: 5 additions & 10 deletions

File tree

langs/en.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brandextract/tinymce-plugin-map",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A TinyMCE plugin to insert a map",
55
"main": "plugin.js",
66
"scripts": {

plugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
(function mapPlugin(tinymce) {
22
"use strict";
33

4-
tinymce.PluginManager.requireLangPack("map");
5-
64
const SERVICES = ["google_staticmap", "google_embed"];
75
SERVICES["google_staticmap"] = {
86
name: "Google Static Map",

plugin.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)