1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-27 06:01:54 +03:00

ZIP Export: Started building link/ref handling

This commit is contained in:
Dan Brown
2024-10-20 19:56:56 +01:00
parent 21ccfa97dd
commit 7c39dd5cba
9 changed files with 266 additions and 46 deletions

View File

@ -128,6 +128,7 @@ File must be an image type accepted by BookStack (png, jpg, gif, webp)
#### Attachment
- `id` - Number, optional, original ID for the attachment from exported system.
- `name` - String, required, name of attachment.
- `link` - String, semi-optional, URL of attachment.
- `file` - String reference, semi-optional, reference to attachment file.