We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbb7de commit 8a0f8f2Copy full SHA for 8a0f8f2
ckanext/showcase/plugin.py
@@ -94,6 +94,8 @@ def get_helpers(self):
94
'facet_remove_field': showcase_helpers.facet_remove_field,
95
'get_site_statistics': showcase_helpers.get_site_statistics,
96
'showcase_get_wysiwyg_editor': showcase_helpers.showcase_get_wysiwyg_editor,
97
+ 'get_value_from_showcase_extras': showcase_helpers.get_value_from_showcase_extras,
98
+ 'get_thumbnail': showcase_helpers.get_thumbnail,
99
}
100
101
# IFacets
0 commit comments