고객 등록 양식에 주소 필드 (기본 청구서 수신 주소로 저장)를 표시하고 싶습니다. Magento 1에서 수행하는 방법을 알고 있습니다. 그러나 Magento 2를 사용하고 있습니다.
magento 1과 같은 모든 XML 파일 업데이트
<customer_account_create>
<reference name="customer_form_register">
<action method="setData"><key>show_address_fields</key><value>1</value></action>
</reference>
</customer_account_create>