Skip to content

Commit 97f9708

Browse files
Merge pull request #48708 from jamesnetherton/fix-dev-ui-doc-config-meta
Fix incorrect config metadata key in Dev UI docs
2 parents 6881f0d + 5f4e23d commit 97f9708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/dev-ui.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ guide: "https://quarkus.io/guides/hibernate-orm"
163163
metadata:
164164
categories:
165165
- "data"
166-
config-filter:
166+
config:
167167
- "quarkus.hibernate-orm"
168168
----
169169

@@ -172,7 +172,7 @@ Key fields:
172172
- `name`: Displayed as the extension title in the Dev UI card.
173173
- `description`: Shown as the card's summary.
174174
- `guide`: URL to the extension's guide; used to render the guide icon on the card.
175-
- `metadata.config-filter`: Filters configuration keys shown when clicking "Configuration" on the card.
175+
- `metadata.config`: Filters configuration keys shown when clicking "Configuration" on the card.
176176

177177
=== Adding Pages to the Dev UI
178178

0 commit comments

Comments
 (0)