diff --git a/radicle/src/web.rs b/radicle/src/web.rs index 90988019..213939b7 100644 --- a/radicle/src/web.rs +++ b/radicle/src/web.rs @@ -10,6 +10,15 @@ use crate::prelude::RepoId; pub struct Config { /// Pinned content. pub pinned: Pinned, + /// URL pointing to an image for the node. + #[serde(default, skip_serializing_if = "Option::is_none")] + pub image_url: Option, + /// Node name. + #[serde(default, skip_serializing_if = "Option::is_none")] + pub name: Option, + /// Node description. + #[serde(default, skip_serializing_if = "Option::is_none")] + pub description: Option, } /// Pinned content. This can be used to pin certain content when