DB テーブルにカスタム属性をインストールするためのセットアップ スクリプトを作成しようとしています。以下に関する参照を探しています。別の質問で見つけた、リストしたいくつかの例のように、それらが実際に何をしているのかを知る必要があるだけですが、他の場所には情報がありません。誰かが私がこれについて読むことができる場所を知っていれば、私はそれを感謝します.
adminhtml_customer //to make the attribute can be created in backend only
customer_account_create //to make the attribute can be created in registration only
customer_account_edit // to make the attribute can be edited in the frontend only
customer_address_edit
customer_register_address
checkout_register
adminhtml_customer_address
私がリストした最初の 3 つのサンプルに基づいて、他の人が何をしているのかある程度推測できますが、私の推測を誤解したいと思います。 .