Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The purpose of the plugin is to allow to set up a specific configuration for a Wedia portal application, by overriding a basic configuration provided by the product.

...

  • _portal

  • _portal@config

  • _portal@config@picker

The path _portal@$config@picker designates a configuration defined in 3 folders whose relative paths are successively :

...

You can also put a slash at beginning like this:

Code Block
languagejson
{
   "myprocessor": {
        "processor": "/res/postprocessors/myprocessor.groovy",
   }
}

...