This section describes the process for enabling and disabling the Tiny Editors use of the Tiny Editors Services hyperlinking service for link validation.
Procedure
-
Using a plain text editor, open customization_path/javascript/tiny/editors/connections/config.js.
Note: Use a plain text editor to avoid inserting invalid formatting or symbols into config.js. Do not use a rich text editor such as Microsoft Word for editing configuration files.
-
Locate the property
linkValidationEnabled such as linkValidationEnabled: true, and set it to:
true to allow the Tiny Editors to validate links using the hyperlinking service.
false to stop the Tiny Editors from validating links using the hyperlinking service.
-
When you have finished making configuration changes, follow the post-customization steps to ensure the server cache is updated.