update ids of config options for search DI

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2024-01-10 16:08:48 +01:00
parent 2cfd6f55e3
commit f42ff3fc47
@@ -51,18 +51,19 @@ _Example disabling the search page extension_
# app-config.yaml
app:
extensions:
- plugin.search.page: false # ✨
- page:search: false # ✨
- nav-item:search: false # ✨
```
_Example setting the search sidebar item label_
_Example setting the search sidebar item title_
```yaml
# app-config.yaml
app:
extensions:
- plugin.search.nav.index: # ✨
- nav-item:search: # ✨
config:
label: 'Search Page'
title: 'Search Page'
```
> **Known limitations:**