This commit is contained in:
parent
4078d33e34
commit
0a41dc392c
1 changed files with 8 additions and 0 deletions
|
@ -412,6 +412,14 @@ class="fn__flex-1 fn__flex${["url", "text", "number", "email", "phone", "block"]
|
|||
}
|
||||
};
|
||||
}
|
||||
} else if (type === "block") {
|
||||
value = {
|
||||
block: {
|
||||
content: item.value,
|
||||
id: item.parentElement.dataset.blockId,
|
||||
},
|
||||
isDetached: false
|
||||
};
|
||||
}
|
||||
fetchPost("/api/av/setAttributeViewBlockAttr", {
|
||||
avID: item.parentElement.dataset.avId,
|
||||
|
|
Loading…
Add table
Reference in a new issue