How to hide title of the widget?

Like when we create image widget. I have to show only image on home page not title.

Hi @shubhamsharma

The title of the widget gets pulled from the Jigx title itself.
So if you have a Jigx with name “Images.jigx”, and that Jigx has a title called “My Images”. When you add that widget in the index it will show a title “My Images”, however if you clear out the title " " then it wont show any title.

There are many configurable sections at the start of your jigx. You can use our IntelliSense by pressing control + space at the start of the Jigx, and there will be numerous options to help configure the meta data for your Jigx, and other options.

# The meta data for your jig
# Title, description, type and icon
title: Images
description: Description of your Jig
type: jig.list
icon: apple

Remove Images

# The meta data for your jig
# Title, description, type and icon
title: " "
description: Description of your Jig
type: jig.list
icon: apple

I have also seen your email regarding additional questions. Lets schedule a call as I am sure we can assist you with your requirements.