WIP
This commit is contained in:
parent
41180edb99
commit
81018eeafe
6 changed files with 110 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ pub struct RootAttributes {
|
|||
/// ID of picture attached to the page, to be used as a thumbnail.
|
||||
#[serde(default)]
|
||||
pub thumbnail: Option<Picture>,
|
||||
|
||||
/// Additional scripts to load into to the page.
|
||||
/// These are relative to the /static/js directory.
|
||||
#[serde(default)]
|
||||
pub scripts: Vec<String>,
|
||||
}
|
||||
|
||||
/// A picture reference.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue