Skip to content

Commit 30d42b7

Browse files
committed
Format base_type as a JSON array
1 parent a1c4b7a commit 30d42b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/format.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parent: API
1010
"description": "{{ page.description }}",
1111
"url": "{{ site.baseurl }}{{ page.url }}",
1212
"owner": "{{ page.owner }}",
13-
"base_type": "{{ page.base_type" }}"
13+
"base_type": ["{{ page.base_type | join: '", "' }}"],
1414
}{% unless forloop.last %},{% endunless %}
1515
{% endfor %}
1616
}

0 commit comments

Comments
 (0)