Last active
April 13, 2016 11:13
-
-
Save kurozumi/60f8192d24ab433b96a976bae7833188 to your computer and use it in GitHub Desktop.
【EC-CUBE3】新規会員登録フォームの必須項目をカスタマイズする方法
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
front.entry.index.initialize: | |
- [onFormFrontEntryInit, NORMAL] | |
front.mypage.change.index.initialize: | |
- [onFormFrontMypageChangeInit, NORMAL] | |
admin.customer.edit.index.initialize: | |
- [onFormAdminCustomerEditInit, NORMAL] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment