Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Bugfix: move endif and reader-if so all widgets work if only widgets are give y #173

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ contributions:
title: Make threshold magic widget
- id: {{cookiecutter.plugin_name}}.make_function_widget
python_name: {{cookiecutter.module_name}}:threshold_autogenerate_widget
title: Make threshold function widget{% endif %}{% if cookiecutter.include_reader_plugin == 'y' %}
title: Make threshold function widget
- id: {{cookiecutter.plugin_name}}.make_qwidget
python_name: {{cookiecutter.module_name}}:ExampleQWidget
title: Make example QWidget
title: Make example QWidget{% endif %}{% if cookiecutter.include_reader_plugin == 'y' %}
readers:
- command: {{cookiecutter.plugin_name}}.get_reader
accepts_directories: false
Expand Down
Loading