File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,7 @@ const filterEventsFunctions = (eventsFunctions) =>
322322 name,
323323 eventsBasedBehaviorsCount : eventsBasedBehaviors . length ,
324324 eventsFunctionsCount : eventsFunctions . length ,
325+ helpPath : extension . helpPath ,
325326 } ;
326327
327328 if ( tier === 'reviewed' ) {
@@ -341,7 +342,6 @@ const filterEventsFunctions = (eventsFunctions) =>
341342 /** @type {ExtensionHeader } */
342343 const extensionHeader = {
343344 ...extensionShortHeader ,
344- helpPath : extension . helpPath ,
345345 description : Array . isArray ( extension . description )
346346 ? extension . description . join ( '\n' )
347347 : extension . description ,
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ interface ExtensionAndShortHeaderFields extends ItemExtensionHeaderFields {
2323 shortDescription : string ;
2424 fullName : string ;
2525 name : string ;
26+ helpPath : string ;
2627}
2728
2829interface ExtensionAndHeaderFields {
2930 description : string ;
30- helpPath : string ;
3131 iconUrl : string ;
3232}
3333
You can’t perform that action at this time.
0 commit comments