File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,18 @@ imports:
2222# version
2323schema-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)
You can’t perform that action at this time.
0 commit comments