Created
April 18, 2017 12:37
-
-
Save kurozumi/c4612b65bdbae46230a44fb072b971a2 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.customer.edit.index.initialize: | |
- [onAdminCustomerEditIndexInitialize, NORMAL] | |
admin.customer.edit.index.complete: | |
- [onAdminCustomerEditIndexComplete, NORMAL] | |
front.entry.index.initialize: | |
- [onFrontEntryIndexInitialize, NORMAL] | |
front.entry.index.complete: | |
- [onFrontEntryIndexComplete, NORMAL] | |
front.mypage.change.index.initialize: | |
- [onFrontMypageChangeIndexInitialize, NORMAL] | |
front.mypage.change.index.complete: | |
- [onFrontMypageChangeIndexComplete, NORMAL] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment