🎨 Add template type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8766

This commit is contained in:
Daniel 2023-10-01 17:33:53 +08:00
parent dbdddd7ff3
commit b833087cb6
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 36 additions and 4 deletions

View file

@ -262,6 +262,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doUpdateAttrViewColNumberFormat(op)
case "replaceAttrViewBlock":
ret = tx.doReplaceAttrViewBlock(op)
case "updateAttrViewColTemplate":
ret = tx.doUpdateAttrViewColTemplate(op)
}
if nil != ret {