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:
...
Select here the mapping;
Click this button to launch the calculation of the configuration of the mapping selected in (1);
Click this button to set up the configuration calculation and the information to be obtained;
Click this button to paste the result of an invocation of API /config/explain (only results without node selection are supported at this time);
Click this button to access a form with an edit field for pasting a result, possibly editing it, etc;
The ℹ️ icon displays the detailed information for a property;
The line number (from 0 to n-1) is displayed at the head of the line;
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
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:
...
Click this button to refresh data
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 )
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_RESOLVERContribution
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
ℹ️ In a future version, the ability to test a processor
Mappings
This tab displays all mappings
...
Click this button to refresh data
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_RESOLVERContribution
Path: the path of the mapping
Plugin
Info: additional information
ℹ️ 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:
The filter is enabled: corresponding value is visible | |
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
...