mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-13 12:00:54 -07:00
add command for creating a new page
This commit is contained in:
parent
0d9c48db40
commit
b1a6e052e1
4 changed files with 53 additions and 4 deletions
|
@ -39,7 +39,7 @@ impl Extra {
|
|||
}
|
||||
|
||||
/// Data for extras.
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct ExtraData {
|
||||
/// The name of the extra to run.
|
||||
pub name: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue