Skip to content

Commit 23153c0

Browse files
authored
Merge pull request #1069 from plotly/reference_array_properties
improve search link for array properties
2 parents cd3da28 + 3b88956 commit 23153c0

File tree

3 files changed

+4729
-4286
lines changed

3 files changed

+4729
-4286
lines changed

_includes/reference-block.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
<!--This will break if there ever more than one type of item in in items - but for now it's just "shape" and "annotation"-->
127127
{% for item in obj[1].items %}
128128
{% assign attribute = item[1] %}
129+
{% capture localparentlink %}{{include.parentlink}}-{{obj[0]}}-items-{{item[0]}}{% endcapture %}
129130
{% endfor %}
130131
{% else %}
131132
{% assign attribute = obj[1] %}

0 commit comments

Comments
 (0)