File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1319,17 +1319,12 @@ module.exports = {
13191319
13201320 let widgetOptions = { } ;
13211321 if ( manager && typeof manager . annotateWidgetForExternalFront === 'function' ) {
1322- widgetOptions = await manager . annotateWidgetForExternalFront (
1323- item , area
1324- ) || { } ;
1322+ widgetOptions = await manager . annotateWidgetForExternalFront ( ) || { } ;
13251323 } ;
13261324 if ( widgetOptions && Object . keys ( widgetOptions ) . length > 0 ) {
13271325 item . _options = widgetOptions ;
13281326 }
13291327 }
1330- } ,
1331- annotateWidgetForExternalFront ( ) {
1332- return { } ;
13331328 }
13341329 } ;
13351330 }
Original file line number Diff line number Diff line change @@ -449,7 +449,12 @@ module.exports = {
449449 }
450450 return true ;
451451 } ) ;
452+ } ,
453+
454+ annotateWidgetForExternalFront ( ) {
455+ return { } ;
452456 }
457+
453458 } ;
454459 } ,
455460 extendMethods ( self ) {
You can’t perform that action at this time.
0 commit comments