Skip to content

Commit

Permalink
✨ Support icon and info for query and api options
Browse files Browse the repository at this point in the history
getkirby/kirby#6780
Signed-off-by: bnomei <[email protected]>
  • Loading branch information
bnomei committed Nov 12, 2024
1 parent c60cf66 commit 4932c6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions kirby4-blueprints.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@
},
"value": {
"$ref": "#/$defs/nonEmptyString"
},
"icon": {
"$ref": "#/$defs/nonEmptyString"
},
"info": {
"$ref": "#/$defs/nonEmptyString"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kirby3-schema",
"version": "4.2.1",
"version": "4.2.2",
"description": "",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 4932c6a

Please sign in to comment.