Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created April 18, 2017 12:37
Embed
What would you like to do?
【EC-CUBE3】会員情報を拡張するためのイベントyamlファイル
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