Add post_blank to the rust types.
This commit is contained in:
@@ -9,6 +9,8 @@ use super::macros::rnoop;
|
||||
#[derive(Debug, Serialize)]
|
||||
#[serde(tag = "type")]
|
||||
#[serde(rename = "angle_link")]
|
||||
pub(crate) struct RenderAngleLink {}
|
||||
pub(crate) struct RenderAngleLink {
|
||||
post_blank: organic::types::PostBlank,
|
||||
}
|
||||
|
||||
rnoop!(RenderAngleLink, IAngleLink);
|
||||
|
||||
Reference in New Issue
Block a user