Forum Discussion
setting general title
- 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
If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41
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-p2 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