Skip to content

Commit 3420cfe

Browse files
committed
Give hyva_cms and hyva admin dashboard a nwe hotkey [m]
1 parent a0be199 commit 3420cfe

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

bin/cache-clean.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

export/watcher.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cache/hotkeys.cljs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
(def process (js/require "process"))
1212

1313
(def key->cachetypes {"c" ["config"]
14-
"b" ["block_html" "hyva_cms" "hyva_admin_dashboard"]
14+
"b" ["block_html"]
1515
"l" ["layout"]
1616
"f" ["full_page"]
1717
"a" [] ;; a for all
1818
"v" ["block_html" "layout" "full_page" "translate"] ;; v for view
19-
"t" ["translate"]})
19+
"t" ["translate"]
20+
"m" ["hyva_cms" "hyva_admin_dashboard"]})
2021

2122
(def key->static-content-areas {"F" ["frontend"]
2223
"A" ["adminhtml"]})

src/magento/watcher.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305

306306
(defn show-hotkeys []
307307
(log/notice :without-time "Hot-keys for manual cache cleaning:")
308-
(log/notice :without-time "[c]onfig [b]lock_html [l]ayout [t]ranslate [f]ull_page [v]iew [a]ll\n")
308+
(log/notice :without-time "[c]onfig [b]lock_html [l]ayout [t]ranslate [f]ull_page [v]iew [m]isc [a]ll\n")
309309
(log/notice :without-time "Clean generated code: [G]")
310310
(log/notice :without-time "Clean integration test sandboxes: [I]")
311311
(log/notice :without-time "Clean static content areas: [F]rontend [A]dminhtml\n"))

0 commit comments

Comments
 (0)