Skip to content

Commit ff97bae

Browse files
committed
Added documentation noResultSearchHelp on localeContent
1 parent 55a9a8c commit ff97bae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/PxWeb2/documentation/customization.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ root/content
355355
"enabled": true,
356356
"detailHeader": "More about PxWeb",
357357
"detailContent": []
358+
},
359+
"noResultSearchHelp": {
360+
"enabled": true,
361+
"helpText": []
358362
}
359363
},
360364
"footer": {
@@ -371,6 +375,10 @@ root/content
371375
This section can contain multiple entries, and each entry may be either a
372376
`textBlock` (with `header` and `text`) or a `links` block (with `header` and a
373377
list of `items`).
378+
- **startPage.noResultSearchHelp** – Optional section displayed below
379+
the “no results” message when no tables match the search or filters.
380+
When `enabled` is `true`, each string in the `helpText` array is shown
381+
as a separate list item under a help heading.
374382

375383
- **footer**
376384
One or more footer columns with `header` and list of `links`.

0 commit comments

Comments
 (0)