mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-07 02:20:26 +08:00
🎨 查询嵌入块支持设置是否显示面包屑 https://github.com/siyuan-note/siyuan/issues/6184
This commit is contained in:
parent
9d7448a711
commit
ab1c3669c4
@ -434,15 +434,9 @@ func getEmbeddedBlock(trees map[string]*parse.Tree, sqlBlock *sql.Block, heading
|
|||||||
luteEngine.RenderOptions.ProtyleContenteditable = false // 不可编辑
|
luteEngine.RenderOptions.ProtyleContenteditable = false // 不可编辑
|
||||||
dom := renderBlockDOMByNodes(nodes, luteEngine)
|
dom := renderBlockDOMByNodes(nodes, luteEngine)
|
||||||
block = &Block{Box: def.Box, Path: def.Path, HPath: b.HPath, ID: def.ID, Type: def.Type.String(), Content: dom}
|
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 breadcrumb {
|
||||||
if "" != defBreadCrumb {
|
|
||||||
if "true" == defBreadCrumb {
|
|
||||||
blockPaths = buildBlockBreadcrumb(def)
|
blockPaths = buildBlockBreadcrumb(def)
|
||||||
}
|
|
||||||
} else {
|
|
||||||
if Conf.Editor.EmbedBlockBreadcrumb {
|
|
||||||
blockPaths = buildBlockBreadcrumb(def)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if 1 > len(blockPaths) {
|
if 1 > len(blockPaths) {
|
||||||
blockPaths = []*BlockPath{}
|
blockPaths = []*BlockPath{}
|
||||||
|
Loading…
Reference in New Issue
Block a user