Skip to content
rico edited this page Dec 12, 2016 · 2 revisions

Babel

Since 3.0.0-pl Babel brings some event triggers into MODX:

  • OnBabelDuplicate: invoked on duplicating the resource in a new language context
  • OnBabelLink: invoked on link the resource with a target resource
  • OnBabelUnlink: invoked on unlink the resource from a target resource

A generic plugin for the events could be found on GitHub: https://github.com/Jako/BabelEvents

You could use the plugins for i.e. an automatic translation of the resource via a webservice.

Clone this wiki locally