Skip to content

Commit

Permalink
docs: add signin item table docs for application and add custom css f…
Browse files Browse the repository at this point in the history
…or signup item table (#619)

* doc: add signin item for application and add custom css for signup item

* fix: fix linter problem

* fix: update png name

* feat: add page to sidebar
  • Loading branch information
dacongda committed May 1, 2024
1 parent eb3bda2 commit a4b992f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/application/signin-items-table.md
Original file line number Diff line number Diff line change
@@ -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. |
2 changes: 2 additions & 0 deletions docs/application/signup-items-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4b992f

Please sign in to comment.