Back to Moodle

editor_tiny Upgrade notes

public/lib/editor/tiny/UPGRADING.md

5.2.0637 B
Original Source

editor_tiny Upgrade notes

5.0

Added

  • New external function editor_tiny_get_configuration. TinyMCE subplugins can provide configuration to the new external function by implementing the plugin_with_configuration_for_external interface and/or overriding the is_enabled_for_external method.

    For more information see MDL-84353

4.5

Changed

  • The helplinktext language string is no longer required by editor plugins, instead the pluginname will be used in the help dialogue.

    For more information see MDL-81572