JSON Editor Component
Changed on:
19 Oct 2023
Overview
`fc.attribute.jsoneditor`
is a custom content component that allows editing data in JSON format. The component has additional editing commands which can be accessed by right mouse button click on the component editor field.

Plugin Name | OMS |
---|
Admin components for managing a Fluent Commerce .
v1.0.0
OMS UI. Does not require to download.
Alias
fc.attribute.jsoneditor
Detailed technical description
The component supports the following languages:
- English
- Spanish
- French
- Italian
For unsupported languages the English language is applied by default.
Properties
Name | Type | Required | Default | Description |
dataSource |
| yes | - | Displays data in JSON format. |
Configuration example
1{
2 "type": "mutation",
3 "label": "i18n:fc.admin.settings.index.userAction.createSetting",
4 "name": "createSetting",
5 "overrides": {
6 "lobValue": {
7 "component": "fc.attribute.jsoneditor",
8 "dataSource": "setting.lobValue"
9 }
10 }
11}
Version History
v23.7.31
n/a
Recommended Placement
N/A