diff --git a/docs/application/signin-items-table.md b/docs/application/signin-items-table.md new file mode 100644 index 000000000..c752c72c6 --- /dev/null +++ b/docs/application/signin-items-table.md @@ -0,0 +1,22 @@ +--- +title: Signin Items Table +description: Configure the signin items table to create a custom signin page +keywords: [signin, items, table] +authors: [DacongDA] +--- + +On the application configuration page, we can configure the signin items table to create a customized registration page. We can add or delete any signin item on this signin items table. + +![Signin Items Table](/img/application/signin-items-table/signin-items-table.png) + +For a detailed explanation of each signin item, please refer to the table below. + +| Column Name | Selectable Value | Description | +|:-----------:|:----------------:|-------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Name | - | The name of the signin item. | +| Visible | `True` / `False` | Select whether this signin item is visible on the registration page. | +| Label HTML | - | If this signin item is added as a custom item, Label should be the html code for this field. | +| Custom CSS | - | CSS code for this signin item. | +| Placeholder | - | The placeholder of the signin item. | +| Rule | `Rule Items` | Select a rule to customize this signin item. Detailed rules are described in the table below. | +| Action | - | Users can perform actions such as moving this signin item up, moving it down, or deleting it. | diff --git a/docs/application/signup-items-table.md b/docs/application/signup-items-table.md index 1e724fe5f..38a4c7584 100644 --- a/docs/application/signup-items-table.md +++ b/docs/application/signup-items-table.md @@ -17,6 +17,8 @@ For a detailed explanation of each signup item, please refer to the table below. | Visible | `True` / `False` | Select whether this signup item is visible on the registration page. | | Required | `True` / `False` | Select whether this signup item is mandatory. | | Prompted | `True` / `False` | Select whether to prompt the user when they forget to fill in this signup item. | +| Label | - | If this signup item start with `Text`, Label should be the html code for this field. If not it will repalce the label of this signup item. | +| Custom CSS | - | CSS code for this signup item. | | Rule | `Rule Items` | Select a rule to customize this signup item. Detailed rules are described in the table below. | | Action | - | Users can perform actions such as moving this signup item up, moving it down, or deleting it. | diff --git a/sidebars.js b/sidebars.js index facd4dd78..7626004ff 100644 --- a/sidebars.js +++ b/sidebars.js @@ -130,6 +130,7 @@ module.exports = { "application/providers", "application/signin-methods", "application/signup-items-table", + "application/signin-items-table", "application/ui-customization", "application/specify-login-organization", "application/tags", diff --git a/static/img/application/signin-items-table/signin-items-table.png b/static/img/application/signin-items-table/signin-items-table.png new file mode 100644 index 000000000..fcbcbcf59 Binary files /dev/null and b/static/img/application/signin-items-table/signin-items-table.png differ