jstoffan
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by jstoffan-
Hi : You'll need to pass the values as booleans rather than strings, as any non-empty string value is considered to be a "truthy" value: Hope that helps.
-
Hi : The token value is passed to our API factory when ContentExplorer is instantiated; we currently don't provide a mechanism to update it afterward. However, rather than passing a token string...
-
Hi Vijay: There currently isn't a way to disable the header, logo, or search field directly via props. However, you could try hiding the various components by targeting them with CSS: .be-logo...