Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

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...
  • dm-p's avatar
    dm-p
    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