Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/structures/_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ types:
download:
icon:
force:
# no inherited defaults of their own: cue and tab are declared optional
# without a default in _arguments.yml, so an absent value stays absent and
# the consuming partial applies main.externalLinks.cue / .tab
cue:
tab:
# no inherited defaults: downstream partials layer their own (download.yml
# sets outline/order; section context supplies order) as in v5
order: { default: }
Expand Down