-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from btn114/master
fix di:compile, add link in slide
- Loading branch information
Showing
12 changed files
with
31 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?php | ||
namespace Mageplaza\BetterSlider\Helper; | ||
|
||
use Mageplaza\Core\Helper\AbstractData; | ||
use Mageplaza\Core\Helper\AbstractData as CoreHelper; | ||
use Magento\Store\Model\StoreManagerInterface; | ||
use Magento\Framework\ObjectManagerInterface; | ||
use Magento\Store\Model\ScopeInterface; | ||
|
||
class Data extends AbstractData | ||
class Data extends CoreHelper | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
// var config = { | ||
// map: { | ||
// '*': { | ||
// 'owlcarousel': 'Mageplaza_BetterSlider/js/owl.carousel', | ||
// }, | ||
// }, | ||
// paths: { | ||
// 'owlcarousel': 'Mageplaza_BetterSlider/js/owl.carousel', | ||
// }, | ||
// shim: { | ||
// 'owlcarousel': { | ||
// deps: ['jquery'] | ||
// } | ||
// } | ||
// }; | ||
var config = { | ||
// map: { | ||
// '*': { | ||
// 'owlcarousel': 'Mageplaza_BetterSlider/js/owl.carousel', | ||
// }, | ||
// }, | ||
// paths: { | ||
// 'owlcarousel': 'Mageplaza_BetterSlider/js/owl.carousel', | ||
// }, | ||
// shim: { | ||
// 'owlcarousel': { | ||
// deps: ['jquery'] | ||
// } | ||
// } | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters