Versions Compared

Key

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

...

To activate the new Analytics, you must activate the plugin “WXM_ANALYTICS_V2“ and create a new back office menu that will point to : wcm.jspz?form_action=stats

PACKAGED_DAM_Utils default configuration

The plugin default configuration has changed in order to automatically publish items created from portal in corresponding funds:

Code Block
    {
      "objectSelector": "#damobject",
      "preventGuard": {
        "classAlias": "negate",
        input: {
          "preset": "canPublish"
        }
      },
      "workflowTrigger": [
        "publish"
      ]
    },

This configuration change relies on new available transformers (see Metadata and AI extraction with DAM_Utils) and new preset:

Code Block
{
  "key": "canPublish",
  "classAlias": "every",
  "input": [
    {
      "preset": "preventExecutionFromMassImport"
    },
    {
      "classAlias": "isAllowed",
      "init": {
        "action": "changestatus",
        "params": {
          "newstatus": "6"
        }
      }
    }
  ]
}