Skip to content

Commit

Permalink
fix: Resolve blank default values in survey theme variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jswongF5 committed May 20, 2022
1 parent 372282e commit 11dcc20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Setup and Configuration
'next_prev_link': True or False, \\ DEFAULTS TO FALSE
'html_last_updated_fmt': '%Y-%m-%d %H:%M:%S', \\ REQUIRED FOR FEDERATED SEARCH, DO NOT CHANGE
# 'surveymonkey_url' = '', \\ DEFAULTS TO ""
# 'medallia_embed_url' = '', \\ DEFAULTS TO ""
# 'medallia_id' = '', \\ DEFAULTS TO ""
# 'medallia_embed_url' = '', \\ DEFAULTS TO ""
# 'medallia_id' = '', \\ DEFAULTS TO "medallia_inline_survey"
# 'base_url' = '' \\ DEFAULTS TO '/'
}

Expand Down
4 changes: 2 additions & 2 deletions f5_sphinx_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ next_prev_link = False
version_selector = False
base_url = /
enable_version_warning_banner = False
surveymonkey_url = ""
medallia_embed_url = ""
surveymonkey_url =
medallia_embed_url =
medallia_id = medallia_inline_survey

0 comments on commit 11dcc20

Please sign in to comment.