Skip to content

Commit 963ab68

Browse files
authored
Merge pull request #21 from PxTools/add-documentation-content-search-help
Added documentation noResultSearchHelp on localeContent
2 parents 9c888e1 + dd5eea0 commit 963ab68

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/PxWeb2/documentation/customization.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,10 @@ root/content
469469
}
470470
}
471471
]
472+
},
473+
"noResultSearchHelp": {
474+
"enabled": true,
475+
"helpText": []
472476
}
473477
},
474478
"footer": {
@@ -496,7 +500,13 @@ root/content
496500
`enabled` is `true`, the application renders the **`DetailsSection` component**.
497501
This section can contain multiple entries, and each entry may be either a
498502
`textBlock` (with `header` and `text`) or a `links` block (with `header` and a
499-
list of `items`). Links described in `items` have `text`, `url`, and an optional `openInNewTab` boolean. If `openInNewTab` is `true`, the link opens in a new browser tab.
503+
list of `items`). Links described in `items` have `text`, `url`, and an optional
504+
`openInNewTab` boolean. If `openInNewTab` is `true`, the link opens in a new
505+
browser tab.
506+
- **startPage.noResultSearchHelp** – Optional section displayed below
507+
the “no results” message when no tables match the search or filters.
508+
When `enabled` is `true`, each string in the `helpText` array is shown
509+
as a separate list item under a help heading.
500510

501511
- **footer**
502512
One or more footer columns with `header` and list of `links`. If links have `external` set to `true`, they automatically will have the icon for external links and will open in a new tab. See example above.

0 commit comments

Comments
 (0)