a funny gag
This commit is contained in:
parent
1225f6d313
commit
7ed058a9db
6 changed files with 22 additions and 8 deletions
|
|
@ -13,6 +13,10 @@ pub struct Attributes {
|
|||
/// Controls how the block should be presented.
|
||||
#[serde(default)]
|
||||
pub content: Content,
|
||||
|
||||
/// Do not persist the branch in localStorage.
|
||||
#[serde(default)]
|
||||
pub do_not_persist: bool,
|
||||
}
|
||||
|
||||
/// Controls for block content presentation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue