File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111(def process (js/require " process" ))
1212
1313(def key->cachetypes {" c" [" config" ]
14- " b" [" block_html" ]
14+ " b" [" block_html" " hyva_cms " " hyva_admin_dashboard " ]
1515 " l" [" layout" ]
1616 " f" [" full_page" ]
1717 " a" [] ; ; a for all
Original file line number Diff line number Diff line change 105105 [" /etc/queue_topology\\ .xml$" [" message_queue_topology_config_cache" ]]
106106 [" /etc/crontab\\ .xml$" [" crontab_config_cache" ]]
107107 [" /hyva_checkout\\ .xml$" [" checkout_config_cache" " hyva_checkout_config_cache" ]]
108+ [" /etc/adminhtml/(?:hyva_|)dashboard_widget\\ .xml$" [" hyva_admin_dashboard" ]]
109+ [" /etc/hyva_cms/components\\ .json$" [" hyva_cms" ]]
108110 [" /etc/events\\ .xml" [" global__event_config_cache" ]]
109111 [" /etc/frontend/events\\ .xml$" [" frontend__event_config_cache" ]]
110112 [" /etc/adminhtml/events\\ .xml$" [" adminhtml__event_config_cache" ]]
You can’t perform that action at this time.
0 commit comments