mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: implement params field for embedded content node
This commit is contained in:
@@ -146,6 +146,7 @@ message TableNode {
|
||||
|
||||
message EmbeddedContentNode {
|
||||
string resource_name = 1;
|
||||
string params = 2;
|
||||
}
|
||||
|
||||
message TextNode {
|
||||
|
Reference in New Issue
Block a user