Implement the new fields for node property.
This commit is contained in:
parent
7430daa768
commit
e47901a67f
@ -278,11 +278,11 @@ impl<'s> StandardProperties<'s> for NodeProperty<'s> {
|
||||
}
|
||||
|
||||
fn get_contents<'b>(&'b self) -> Option<&'s str> {
|
||||
todo!()
|
||||
None
|
||||
}
|
||||
|
||||
fn get_post_blank(&self) -> PostBlank {
|
||||
todo!()
|
||||
0
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user