1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

ZIP imports: Started actual import logic

This commit is contained in:
Dan Brown
2024-11-09 14:01:24 +00:00
parent 7b84558ca1
commit d13e4d2eef
6 changed files with 124 additions and 24 deletions

View File

@ -135,12 +135,10 @@ embedded within it.
- `name` - String, required, name of attachment.
- `link` - String, semi-optional, URL of attachment.
- `file` - String reference, semi-optional, reference to attachment file.
- `order` - Number, optional, integer order of the attachments (shown low to high).
Either `link` or `file` must be present, as that will determine the type of attachment.
#### Tag
- `name` - String, required, name of the tag.
- `value` - String, optional, value of the tag (can be empty).
- `order` - Number, optional, integer order of the tags (shown low to high).
- `value` - String, optional, value of the tag (can be empty).