cliffparnitzky / tiny-mce-google-maps
Special TinyMCE plugin to add maps from GoogleMaps into the editor via button.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:contao-module
Requires
- php: >=5.3
- cliffparnitzky/tiny-mce-plugin-loader: >=1.0.0,<2.0.x-dev
- contao-community-alliance/composer-installer: *
- contao/core: >=2.9.5,<3.3.0
This package is auto-updated.
Last update: 2023-04-14 07:49:23 UTC
README
Special TinyMCE plugin to add maps from GoogleMaps into the editor via button.
The sources of this plugin could be found here.
Installation
The extension is not published in contao extension repository. Install it manually or via composer.
Tracker
https://github.com/cliffparnitzky/TinyMceGoogleMaps/issues
Compatibility
- min. version: Contao 3.0.x
- max. version: Contao 3.2.x
(For Contao 2 look at the master_c2 Branch)
Dependency
- To load this plugin and add it to the configuration the extension [TinyMcePluginLoader] has to be installed.
Configuration
- It's necessary to add
<script>
to the list of Allowed HTML tags (see Settings => Security Settings).