List Source Wrapper
Changed on:
8 Feb 2024
Overview
The list source wrapper is a wrapper for the fc.list component that converts data from the Metrics API to a list-readable format.
| Plugin Name | Inventory | 
|---|
Inventory components for managing a Fluent Commerce account.
Alias
fc.list.wrapper.source
Detailed technical description
List Source Wrapper is used in the Sources Dashboard
Properties
Properties
Name  | Type  | Required  | Default  | Description  | 
descendants  | 
  | no  | none  | The components that will be rendered.  | 
Configuration example
1{
2    "component": "fc.list.wrapper.source",
3    "props": {
4        "descendants": [
5            {
6                "component": "fc.list",
7                "props": {
8                    "responsiveness": "card",
9                    "attributes": [
10                        ...
11                    ]
12                }
13            }
14        ]
15    }
16}Version History
Recommended Placement
Fluent Big Inventory Web App -> Sources Dashboard