Skip to content

Commit 4fde65c

Browse files
committed
#1671 and #1670
1 parent 7e2c0dc commit 4fde65c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

deps.git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bonfire_api_graphql = "https://github.com/bonfire-networks/bonfire_api_graphql"
2020
bonfire_open_id = "https://github.com/bonfire-networks/bonfire_open_id"
2121

2222
## EXPERIMENTAL ##
23-
# bonfire_poll = "https://github.com/bonfire-networks/bonfire_poll"
23+
bonfire_poll = "https://github.com/bonfire-networks/bonfire_poll"
2424

2525
# bonfire_label = "https://github.com/bonfire-networks/bonfire_label"
2626

deps.hooks.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ import { GeolocateHooks } from "./../../deps/bonfire_geolocate/assets/js/extensi
2828

2929
// import { EncryptHooks } from "./../../deps/bonfire_encrypt/assets/js/extension"
3030

31+
import { NotifyHooks } from "./../../deps/bonfire_notify/assets/js/extension"
32+
3133
// import LiveSelect from "./../../deps/live_select/assets/js/live_select"
3234
import LiveSelect from "./../../deps/live_select/priv/static/live_select.min.js"
3335

34-
Object.assign(ExtensionHooks, LiveSelect, GeolocateHooks) // CopyHooks, TooltipHooks, EditorCkHooks, EditorQuillHooks
36+
Object.assign(ExtensionHooks, LiveSelect, NotifyHooks, GeolocateHooks) // CopyHooks, TooltipHooks, EditorCkHooks, EditorQuillHooks
3537

3638
export { ExtensionHooks }

0 commit comments

Comments
 (0)