Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/developer-guide/form-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,9 @@ UI 效果:

#### 参数

- `accepts`:文件类型,数据类型为 `string[]`。
- `accepts`:文件类型,数据类型为 `string[]`
- `min`:最小文件数量
- `max`:最大文件数量

#### 示例

Expand Down
2 changes: 1 addition & 1 deletion src/theme/SearchBar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useEffect } from "react";
import "meilisearch-docsearch/css";
import React, { useEffect } from "react";

export default function SearchBarWrapper(props) {
useEffect(() => {
Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-2.18/developer-guide/form-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,9 @@ UI 效果:

#### 参数

- `accepts`:文件类型,数据类型为 `string[]`。
- `accepts`:文件类型,数据类型为 `string[]`
- `min`:最小文件数量
- `max`:最大文件数量

#### 示例

Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-2.19/developer-guide/form-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,9 @@ UI 效果:

#### 参数

- `accepts`:文件类型,数据类型为 `string[]`。
- `accepts`:文件类型,数据类型为 `string[]`
- `min`:最小文件数量
- `max`:最大文件数量

#### 示例

Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-2.20/developer-guide/form-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,9 @@ UI 效果:

#### 参数

- `accepts`:文件类型,数据类型为 `string[]`。
- `accepts`:文件类型,数据类型为 `string[]`
- `min`:最小文件数量
- `max`:最大文件数量

#### 示例

Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-2.21/developer-guide/form-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,9 @@ UI 效果:

#### 参数

- `accepts`:文件类型,数据类型为 `string[]`。
- `accepts`:文件类型,数据类型为 `string[]`
- `min`:最小文件数量
- `max`:最大文件数量

#### 示例

Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-2.22/developer-guide/form-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,9 @@ UI 效果:

#### 参数

- `accepts`:文件类型,数据类型为 `string[]`。
- `accepts`:文件类型,数据类型为 `string[]`
- `min`:最小文件数量
- `max`:最大文件数量

#### 示例

Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-2.23/developer-guide/form-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,9 @@ UI 效果:

#### 参数

- `accepts`:文件类型,数据类型为 `string[]`。
- `accepts`:文件类型,数据类型为 `string[]`
- `min`:最小文件数量
- `max`:最大文件数量

#### 示例

Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-2.24/developer-guide/form-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,9 @@ UI 效果:

#### 参数

- `accepts`:文件类型,数据类型为 `string[]`。
- `accepts`:文件类型,数据类型为 `string[]`
- `min`:最小文件数量
- `max`:最大文件数量

#### 示例

Expand Down
Loading