Fluent Commerce Logo
Docs
Sign In

JSON Viewer Component

UI Component

Changed on:

4 July 2024

Overview

`fc.attribute.json`
 is a custom content component that displays data in JSON format. If data contains a valid JSON, it will be parsed and displayed properly, while invalid data will be represented as is (raw).

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.json

Detailed technical description

N/A

Properties

Name

Type

Required

Default

Description

dataSource

`String`

yes


Displays data in JSON format

Configuration example

1{
2    "label": "i18n:fc.admin.settings.detail.card.settingDetails.attribute.value.label",
3    "type": "component",
4    "options": {
5        "component": "fc.attribute.json",
6        "dataSource": "lobValue"
7    }
8}

Language: json

Version History

2023-07-31

v23.7.31

n/a

Recommended Placement

None