We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6881f0d commit 5f4e23dCopy full SHA for 5f4e23d
docs/src/main/asciidoc/dev-ui.adoc
@@ -163,7 +163,7 @@ guide: "https://quarkus.io/guides/hibernate-orm"
163
metadata:
164
categories:
165
- "data"
166
- config-filter:
+ config:
167
- "quarkus.hibernate-orm"
168
----
169
@@ -172,7 +172,7 @@ Key fields:
172
- `name`: Displayed as the extension title in the Dev UI card.
173
- `description`: Shown as the card's summary.
174
- `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.
+- `metadata.config`: Filters configuration keys shown when clicking "Configuration" on the card.
176
177
=== Adding Pages to the Dev UI
178
0 commit comments