Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d5b2ff + 7032a2d commit ea375d4Copy full SHA for ea375d4
_includes/reference-block.html
@@ -54,6 +54,8 @@
54
{% endif %}
55
{% elsif obj[1].valType == "info_array" %}
56
(<code>{array}</code>)
57
+ {% elsif obj[1].valType == "color" %}
58
+ (<code>{{ obj[1].valType }}{% if obj[1].arrayOk %} or array of {{ obj[1].valType }}s{% endif %}</code>)
59
{% elsif obj[1].valType == "any" %}
60
(<code>number or categorical coordinate string</code>)
61
{% elsif obj[1].valType == "string" %}
0 commit comments