a funny gag

This commit is contained in:
りき萌 2023-08-22 22:32:40 +02:00
parent 1225f6d313
commit 7ed058a9db
6 changed files with 22 additions and 8 deletions

View file

@ -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.