Created
April 18, 2017 13:04
-
-
Save kurozumi/96c63c4091d19ee0c43fb40804c075b7 to your computer and use it in GitHub Desktop.
【EC-CUBE3】商品情報を拡張するためのイベントyamlファイル
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
admin.product.edit.initialize: | |
- [onAdminProductEditIndexInitialize, NORMAL] | |
admin.product.edit.complete: | |
- [onAdminProductEditIndexComplete, NORMAL] | |
Product/detail.twig: | |
- [onProductDetailRender, NORMAL] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment