mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
fix(docs): Fix merge conflict and S3UploadButton examples
This commit is contained in:
parent
0b06af3c33
commit
e496d8c8de
@ -1,23 +1,30 @@
|
||||
- id: default
|
||||
type: S3UploadButton
|
||||
properties:
|
||||
s3PostPolicyRequestId: s3PostPolicyRequestId
|
||||
- id: properties.accept
|
||||
type: S3UploadButton
|
||||
properties:
|
||||
accept: '.png,.jpg'
|
||||
s3PostPolicyRequestId: s3PostPolicyRequestId
|
||||
- id: properties.button
|
||||
type: S3UploadButton
|
||||
properties:
|
||||
button:
|
||||
type: primary
|
||||
s3PostPolicyRequestId: s3PostPolicyRequestId
|
||||
- id: properties.disabled
|
||||
type: S3UploadButton
|
||||
properties:
|
||||
disabled: true
|
||||
s3PostPolicyRequestId: s3PostPolicyRequestId
|
||||
- id: properties.showUploadList
|
||||
type: S3UploadButton
|
||||
properties:
|
||||
s3PostPolicyRequestId: s3PostPolicyRequestId
|
||||
showUploadList: true
|
||||
- id: properties.singleFile
|
||||
type: S3UploadButton
|
||||
properties:
|
||||
singleFile: true
|
||||
s3PostPolicyRequestId: s3PostPolicyRequestId
|
||||
singleFile: true
|
||||
|
@ -178,15 +178,12 @@ menus:
|
||||
- id: RadioSelector
|
||||
type: MenuLink
|
||||
pageId: RadioSelector
|
||||
<<<<<<< HEAD
|
||||
- id: S3UploadButton
|
||||
type: MenuLink
|
||||
pageId: S3UploadButton
|
||||
=======
|
||||
- id: RatingSlider
|
||||
type: MenuLink
|
||||
pageId: RatingSlider
|
||||
>>>>>>> origin/develop
|
||||
- id: S3UploadButton
|
||||
type: MenuLink
|
||||
pageId: S3UploadButton
|
||||
- id: Selector
|
||||
type: MenuLink
|
||||
pageId: Selector
|
||||
@ -490,3 +487,4 @@ pages:
|
||||
- _ref: operators/_yaml.yaml
|
||||
|
||||
- _ref: 404.yaml
|
||||
- id: test
|
||||
|
Loading…
Reference in New Issue
Block a user