Where to check for options.title and options.limit etc.. defined

learn nv
Tera Contributor

Hi All,

It is mentioned options.title, options.limit etc in server and html script of sc popular item widget.

I have opened and seen options schema but could not find any thing related to title and limit.

How to know where these values has been defined and hoe to check. Please suggest.

 

 

1 REPLY 1

Ivan Betev
Mega Sage
Mega Sage

Hi @learn nv ,

 

Nowhere. You need to add them manually to the widget instance e.g. over Page Editor => Widget Instance => Additional options, JSON formatting.

IvanBetev_1-1711094444183.png

 

IvanBetev_0-1711094227157.png

 

	{
		"title": {			
		  "value": "Test Title",
			"displayValue": "Test Title"
		}		
	}

 

P.S. I've just checked in my instance, Limit is available in the options schema. Check that you are using the latest widget version.


Regards, Ivan