File tree 2 files changed +0
-4
lines changed
packages/display-react/src
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ new Display($('#element'), options)
68
68
| displayUrl | ` https://display.nfinite.app ` | Override the generated base url for the Display (useful in development mode). |
69
69
| oembedUrl | ` https://display.nfinite.app/api/oembed ` | Override the generated base url for oembed api (useful in development mode). |
70
70
| language | default language set in my.nfinite.app | One of the defined language in my.nfinite.app (in the platform section). |
71
- | noCache | ` false ` | By default data from the Display is cached, you can bypass that by setting noCache to ` true ` |
72
71
73
72
e.g.:
74
73
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ function Display(
49
49
onChangeScene,
50
50
onChangeSelectedProductLocation,
51
51
onChangeProduct,
52
- noCache,
53
52
language,
54
53
} ,
55
54
controller ,
@@ -82,7 +81,6 @@ function Display(
82
81
responsive,
83
82
oembedUrl,
84
83
displayUrl,
85
- noCache,
86
84
language,
87
85
} )
88
86
@@ -143,7 +141,6 @@ function Display(
143
141
onChangeProductStable ,
144
142
onFilterStable ,
145
143
onReadyStable ,
146
- noCache ,
147
144
language ,
148
145
] )
149
146
You can’t perform that action at this time.
0 commit comments