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 account.
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
Recommended Placement
N/A