Fluent Commerce Logo
Docs

JSON Editor Component

UI 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.
No alt text provided
Plugin NameOMS
Admin components for managing a Fluent Commerce account.
2023-08-15

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

NameTypeRequiredDefaultDescription
dataSource`String`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

2023-07-31

v23.7.31

n/a

Recommended Placement

N/A