docs: update documentation of attachment form schema (#217)

更新 Form Schema 文档中 Attachment 类型的参数。

Ref https://github.com/halo-dev/halo/pull/3827

/kind documentation

```release-note
None
```
JohnNiang-patch-1
Ryan Wang 2 years ago committed by GitHub
parent e7cce8f366
commit 11b2ac3b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -120,12 +120,20 @@ UI 效果:
附件类型的输入框,支持直接调用附件库弹框选择附件。 附件类型的输入框,支持直接调用附件库弹框选择附件。
#### 参数
- `accepts`:文件类型,数据类型为 `string[]`
#### 示例 #### 示例
```yaml ```yaml
- $formkit: attachment - $formkit: attachment
name: logo name: logo
label: Logo label: Logo
accepts:
- "image/png"
- "video/mp4"
- "audio/*"
value: "" value: ""
``` ```

@ -120,12 +120,20 @@ UI 效果:
附件类型的输入框,支持直接调用附件库弹框选择附件。 附件类型的输入框,支持直接调用附件库弹框选择附件。
#### 参数
- `accepts`:文件类型,数据类型为 `string[]`
#### 示例 #### 示例
```yaml ```yaml
- $formkit: attachment - $formkit: attachment
name: logo name: logo
label: Logo label: Logo
accepts:
- "image/png"
- "video/mp4"
- "audio/*"
value: "" value: ""
``` ```

Loading…
Cancel
Save