Skip to content

Commit 8a0f8f2

Browse files
Update plugin.py
1 parent 3cbb7de commit 8a0f8f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ckanext/showcase/plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ def get_helpers(self):
9494
'facet_remove_field': showcase_helpers.facet_remove_field,
9595
'get_site_statistics': showcase_helpers.get_site_statistics,
9696
'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,
9799
}
98100

99101
# IFacets

0 commit comments

Comments
 (0)