Versions Compared

Key

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

Overview

The WXM_CONFIG_RESOLVER plugin toolkit provides a set of tools to analyze the configuration. It can be accessed via the plugin's URL page:

...

  1. Select here the mapping;

  2. Click this button to launch the calculation of the configuration of the mapping selected in (1);

  3. Click this button to set up the configuration calculation and the information to be obtained;

  4. Click this button to paste the result of an invocation of API /config/explain (only results without node selection are supported at this time);

  5. Click this button to access a form with an edit field for pasting a result, possibly editing it, etc;

  6. The ℹ️ icon displays the detailed information for a property;

  7. The line number (from 0 to n-1) is displayed at the head of the line;

  8. Fold or unfold JSON objects or arrays with the »… / « icon

    • Click to fold or unfold the element

    • Ctrl+click to fold or unfold the element and all its children

    • Alt+click to fold or unfold the sibling elements

    • Shift-click shows the JSON in another window in raw mode

    • Ctrl+Shift+click copies the JSON to clipboard

  9. The configuration JSON appears here.

    • The areas marked in yellow are the redefined areas.

    • The path of the properties in error is in red

    • Deleted properties (with a delete extension file) are indicated in yellow by the following icon:

...

  1. Click this button to refresh data

  2. Filters allow you to show or hide containers (see https://crossmedia.atlassian.net/wiki/spaces/WD/pages/edit-v2/2597158925?draftShareId=8316a759-5887-433e-a888-4a2ad12d7df8#Behavior-of-toggle-filter-button-sets )

  3. The list displays the following columns for each processor:

    • The name of the processor

    • Source: where the configuration of this container comes from

      • Configuration: means parameter config_settings of the plugin WXM_CONFIG_RESOLVER

      • Contribution

    • Type

      • java

      • groovy

    • Plugin

    • The definition

      • could be a classname

      • a path (to a groovy file)

    • Info: additional information

    • Buttons:

      • Click on the view button to see the details

      • Other buttons may be present depending on the context

  4. ℹ️ In a future version, the ability to test a processor

Mappings

This tab displays all mappings

...

  1. Click this button to refresh data

  2. The list displays the following columns for each mapping:

    • Name of mapping

    • Source: where the configuration of this container comes from

      • Configuration: means parameter config_settings of the plugin WXM_CONFIG_RESOLVER

      • Contribution

    • Path: the path of the mapping

    • Plugin

    • Info: additional information

  3. ℹ️ In a future version, further information, in particular more problem alerts, will be added.

Base locations

ℹ️ Coming soon in future version

Behavior of toggle filter button sets

The filter buttons are two-state buttons:

Image Modified

The filter is enabled: corresponding value is visible

filImage Modified

The filter is disabled: corresponding value is hidden

  • When you click on a button, all the others are deactivated and you only see the elements that have the value corresponding to the filter

  • Control and click toggles the clicked button

  • Alt, shift and click resets all buttons to enabled: all elements are visible

...