(
kk=('general' 'news' 'offer' 'tip_trick' 'update')
for k in "${kk[@]}"; do
bin/magento config:set 'mfextension/notification/'$k 0
done
bin/magento cache:clean
)
(
kk=('general' 'news' 'offer' 'tip_trick' 'update')
for k in "${kk[@]}"; do
bin/magento config:set 'mfextension/notification/'$k 0
done
bin/magento cache:clean
)