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:
@ -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).
|
Reference in New Issue
Block a user