JSON Viewer 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).

Plugin Name | OMS |
---|
Admin components for managing a Fluent Commerce .
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 |
| 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}
Version History
v23.7.31
n/a
Recommended Placement
None