List_Module
Jamroom Developers
you're not going to be able to get that directly then, need to decode it:
{$decoded = json_decode($_widget['widget_data'], true)}
{$list_module = $decoded['list_module']}
updated by @michael: 04/12/16 01:32:49AM
{$decoded = json_decode($_widget['widget_data'], true)}
{$list_module = $decoded['list_module']}
{$_widget['widget_data'][0]['list_module']}