magekey/module-widget-ajax

Load widgets via ajax

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 3

Open Issues: 0

Type:magento2-module

2.1.1 2017-12-27 16:33 UTC

This package is auto-updated.

Last update: 2024-04-19 14:49:15 UTC


README

Load widgets via ajax

Features:

  • Content > Widgets > [Select widget] > Ajax Options > Ajax Enabled field

Installing the Extension

composer require magekey/module-widget-ajax

Deployment

php bin/magento maintenance:enable                  #Enable maintenance mode
php bin/magento setup:upgrade                       #Updates the Magento software
php bin/magento setup:di:compile                    #Compile dependencies
php bin/magento setup:static-content:deploy         #Deploys static view files
php bin/magento cache:flush                         #Flush cache
php bin/magento maintenance:disable                 #Disable maintenance mode

Versions tested

2.2.2