Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27e70e0

Browse files
committed
rm a couple more hidden keys
1 parent 416bb72 commit 27e70e0

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

_includes/reference-block.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ul>
22
{% for obj in attribute %}
3-
{% if obj[0] != "flags" and obj[0] != "dflt" and obj[0] != "values" and obj[0] != "valType" and obj[0] != "role" and obj[0] != "min" and obj[0] != "max" and obj[0] != "arrayOk" and obj[0] != "flags" and obj[0] != "extras" and obj[0] != "description" and obj[0] != "_isLinkedToArray" and obj[0] != "items" and obj[0] != "uid" and obj[0] != "smith" %}
3+
{% if obj[0] != "flags" and obj[0] != "dflt" and obj[0] != "values" and obj[0] != "valType" and obj[0] != "role" and obj[0] != "min" and obj[0] != "max" and obj[0] != "arrayOk" and obj[0] != "flags" and obj[0] != "extras" and obj[0] != "description" and obj[0] != "_isLinkedToArray" and obj[0] != "items" and obj[0] != "uid" and obj[0] != "smith" and obj[0] != "_deprecated" and obj[0] != "_isSubplotObj" %}
44

55
{% if obj[0] == "type" and page.language == "python" and block == "data" %}
66
{% continue %}
@@ -68,16 +68,15 @@
6868
{% assign typekey = obj[1].valType %}
6969
(<code tooltip="{{site.data.plotschema.defs.valObjects[typekey].description}}" class="attribute-type">{{ obj[1].valType }}</code>)
7070
{% endif %}
71-
{% endif %}
72-
{% if obj[1].role == "object" %}
73-
{% if obj[1].items %}
74-
(<code tooltip="{% raw %}{array}{% endraw %} of {% raw %}{object}{% endraw %}s. Each {% raw %}{object}{% endraw %} has one or more of the keys listed below." class="attribute-type">{% raw %}{array}{% endraw %} of {% raw %}{object}{% endraw %}s</code>)
75-
{% else %}
76-
(<code tooltip="{% raw %}{object}{% endraw %} with any of the keys listed below." class="attribute-type">{% raw %}{object}{% endraw %}</code>)
71+
{% if obj[1].role == "object" %}
72+
{% if obj[1].items %}
73+
(<code tooltip="{% raw %}{array}{% endraw %} of {% raw %}{object}{% endraw %}s. Each {% raw %}{object}{% endraw %} has one or more of the keys listed below." class="attribute-type">{% raw %}{array}{% endraw %} of {% raw %}{object}{% endraw %}s</code>)
74+
{% else %}
75+
(<code tooltip="{% raw %}{object}{% endraw %} with any of the keys listed below." class="attribute-type">{% raw %}{object}{% endraw %}</code>)
76+
{% endif %}
7777
{% endif %}
78-
79-
8078
{% endif %}
79+
8180
{% endif %}
8281

8382
{% if display_info and obj[1].valType == "flaglist" %}

0 commit comments

Comments
 (0)