Forum Discussion
Anonymous
2 years agoNot applicable
setting general title
Hello everyone, I built a custom Image and I have a separate title for it, so I want to set the title at the default setting of false, how do I do that? I want its default setting to be false...
- 2 years ago
Hi Anonymous,
In capabilities.json, set:
{ ... "suppressDefaultTitle": true, ... }You can view the capabilities.json schema here for all available configuration options for visual capabilities. suppressDefaultTitle is documented here.
Regards,
Daniel
Anonymous
2 years agoNot applicable
In this picture example, when I create a new table visuals like this.
I found that table visuals can set the title to off when it is initialized. So I think it can completely be applied to my custom visuals by setting capabilities.json file. Isn't that right?
dm-p
2 years agoSuper User
Hi Anonymous,
In capabilities.json, set:
{
...
"suppressDefaultTitle": true,
...
}
You can view the capabilities.json schema here for all available configuration options for visual capabilities. suppressDefaultTitle is documented here.
Regards,
Daniel