Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable_theme_toggle is actually theme_toggle #2560

Closed
Stubatiger opened this issue Jul 22, 2021 · 1 comment · Fixed by #2566
Closed

enable_theme_toggle is actually theme_toggle #2560

Stubatiger opened this issue Jul 22, 2021 · 1 comment · Fixed by #2566
Milestone

Comments

@Stubatiger
Copy link
Contributor

The Docs here https://panel.holoviz.org/reference/templates/FastListTemplate.html
state:
enable_theme_toggle (boolean): If True a switch to toggle the Theme is shown. Default is True.

but actually the parameter is called theme_toggle
theme_toggle = param.Boolean(default=True, doc=""" If True a switch to toggle the Theme is shown.""")

as it is declared in the FastBaseTemplate.

@philippjfr philippjfr added this to the v0.12.1 milestone Jul 22, 2021
MarcSkovMadsen pushed a commit that referenced this issue Jul 23, 2021
@MarcSkovMadsen
Copy link
Collaborator

Thanks @Stubatiger

philippjfr pushed a commit that referenced this issue Jul 26, 2021
Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants