🎨 查询嵌入块支持设置是否显示面包屑 https://github.com/siyuan-note/siyuan/issues/6184
This commit is contained in:
parent
9d7448a711
commit
ab1c3669c4
1 changed files with 3 additions and 9 deletions
|
@ -434,15 +434,9 @@ func getEmbeddedBlock(trees map[string]*parse.Tree, sqlBlock *sql.Block, heading
|
|||
luteEngine.RenderOptions.ProtyleContenteditable = false // 不可编辑
|
||||
dom := renderBlockDOMByNodes(nodes, luteEngine)
|
||||
block = &Block{Box: def.Box, Path: def.Path, HPath: b.HPath, ID: def.ID, Type: def.Type.String(), Content: dom}
|
||||
defBreadCrumb := def.IALAttr("breadcrumb")
|
||||
if "" != defBreadCrumb {
|
||||
if "true" == defBreadCrumb {
|
||||
blockPaths = buildBlockBreadcrumb(def)
|
||||
}
|
||||
} else {
|
||||
if Conf.Editor.EmbedBlockBreadcrumb {
|
||||
blockPaths = buildBlockBreadcrumb(def)
|
||||
}
|
||||
if breadcrumb {
|
||||
blockPaths = buildBlockBreadcrumb(def)
|
||||
|
||||
}
|
||||
if 1 > len(blockPaths) {
|
||||
blockPaths = []*BlockPath{}
|
||||
|
|
Loading…
Add table
Reference in a new issue