Skip to content

Commit

Permalink
Fix config schema error #629
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox committed Oct 1, 2024
1 parent aa313c9 commit 8028205
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions config/schema/localgov_base.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ localgov_base.settings:
type: boolean
label: 'Add "[Draft]" to title of unpublished content.'
localgov_base_header_behaviour:
type: enum
type: string
label: 'Header behaviour'
description: 'Choose whether the header should be sticky or not.'
default: 'default'
options:
'default': 'Default - scrolls away with the page'
'sticky': 'Sticky - remains at the top of the page'
'appears_on_scroll': 'Scroll - appears when scrolling up'
constraints:
Regex: '^(default|sticky|appears_on_scroll)$'

0 comments on commit 8028205

Please sign in to comment.