Skip to content

Commit

Permalink
Add blueprint for delta. Remove path because it's not used
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviocopes committed Jul 27, 2015
1 parent ca0a0eb commit 6e24ffe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions blueprints.yaml
Expand Up @@ -25,6 +25,16 @@ form:
validate:
type: bool

delta:
type: text
size: x-small
label: Delta (How many pages to show left and right of the current page)
default: 0
help: The 'delta' value controls how many pages left and right of the current page are visible. If set to 0 all pages will be shown.
validate:
type: number
min: 0

built_in_css:
type: toggle
label: Use built in CSS
Expand Down
1 change: 0 additions & 1 deletion pagination.yaml
@@ -1,4 +1,3 @@
enabled: true
path: /blog
built_in_css: true
delta: 0

0 comments on commit 6e24ffe

Please sign in to comment.