Where to check for options.title and options.limit etc.. defined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 12:04 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 12:56 AM - edited 03-22-2024 01:02 AM
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.
{
"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