本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
profile template page
is for the customer's profile, which is utilised to show customer-related information including, name, email and phone number. The customer can also modify and update their information on this page.
master.twig
, and accordingly, it takes the unified look-and-feel. For example, all of the header's
and footer's
components will be added automatically to this page.<salla-datetime-picker>
<salla-tel-input>
<salla-file-upload>
<salla-button>
<salla-user-settings>
<salla-verify>
profile template page
calls for the following hooks in order to inject extra information. These hooks are mainly used for processing the user profile <form>
. Similarly, to add a submit button to the form, the developer may simply use salla-button
component.
User
model information, which is accessible automatically on this page because it's included in the master.twig
layout file. This information can be displayed as per the developer's needs. Finally, to verify the form's input, the salla-verify-modal
component can be used.
salla-tel-input
component to display the user's mobile field.