Skip to content

Commit 9b7d953

Browse files
committed
Document viewer.show-imported-depth in bblocks-config.yaml
1 parent 86c95a4 commit 9b7d953

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

bblocks-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ imports:
2222
# version
2323
schema-oas30-downcompile: False
2424

25+
# Viewer configuration (optional)
26+
#
27+
# viewer:
28+
# show-imported-depth: 0 # Controls which imported building blocks are shown in the viewer.
29+
# # 0 (default): only local building blocks
30+
# # N (positive integer): local + imported up to N levels deep
31+
# # -1 (any negative number): show all imported building blocks
32+
# # This setting is written to register.json and used by the viewer
33+
# # whether it is deployed via GitHub Pages or run locally against
34+
# # the register. It takes precedence over the viewer_show_imported
35+
# # GitHub workflow input (which is now deprecated).
36+
2537
# SPARQL configuration (optional)
2638
# Authentication can be set through the sparql_username and sparql_password GitHub Workflow inputs
2739
# (see .github/workflow/process-bblocks.yml)

0 commit comments

Comments
 (0)