Author:
Fluent Commerce
Changed on:
8 Feb 2024
The User has an assigned role with the following permissions:
Create ACCOUNT level setting
`fc.mystique.manifest.inventory.fragment.feeds`
Select JSON value and fill the value with data from manifest fragment.
Use case: change defaultValue for Page Filter Select.
1{
2 "component": "fc.page.filter.select",
3 "props": {
4 "defaultValue": "480",
5 "name": "filter1"
6 "options": [
7 {
8 "label": "i18n:fc.inventory.filter.last30min",
9 "value": "30"
10 },
11 {
12 "label": "i18n:fc.inventory.filter.last1hour",
13 "value": "60"
14 },
15 {
16 "label": "i18n:fc.inventory.filter.last8hours",
17 "value": "480"
18 },
19 {
20 "label": "i18n:fc.inventory.filter.last24hours",
21 "value": "1440"
22 }
23 ]
24 }
25}
Language: plain_text
Name: Set defaultValue sample
Description:
[Warning: empty required content area]Use case: define your options values. In case you need to extend the reference solution set value in minutes, e.g. 1 hour - 60; 2 hours - 120.
1{
2 "component": "fc.page.filter.select",
3 "props": {
4 "options": [
5 {
6 "label": "i18n:fc.inventory.filter.last30min",
7 "value": "30"
8 },
9 {
10 "label": "i18n:fc.inventory.filter.last1hour",
11 "value": "60"
12 },
13 {
14 "label": "i18n:fc.inventory.filter.last8hours",
15 "value": "480"
16 },
17 {
18 "label": "i18n:fc.inventory.filter.last16hours",
19 "value": "960"
20 },
21 {
22 "label": "i18n:fc.inventory.filter.last24hours",
23 "value": "1440"
24 }
25 ]
26 }
27}
Language: plain_text
Name: Custom options value sample
Description:
[Warning: empty required content area]Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.