Skip to content

Commit

Permalink
Convert configuration options to proper format (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusS authored Apr 16, 2023
1 parent 1ea1698 commit 9299fec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,17 +238,20 @@ form:
type: bool

limit:
type: text
type: number
size: x-small
label: Results Limit
default: 20

min:
type: text
type: number
size: x-small
label: Min Chars Before Search
default: 3

snippet:
type: text
type: number
size: x-small
label: Results Text Limit
default: 300

Expand Down

0 comments on commit 9299fec

Please sign in to comment.