docs: Update references to JSON

Looks like this was a bad copy/paste where CSV should've been JSON
This commit is contained in:
James 2017-05-18 15:55:15 +10:00 committed by Albert Nigmatzianov
parent 4c427f6aaa
commit e92ce83d5e

View file

@ -191,13 +191,13 @@
},
{
"Example": "JSON regular, \"type: demotype\" in front matter.",
"OutputFormat": "CSV",
"Suffix": "csv",
"OutputFormat": "JSON",
"Suffix": "json",
"Template Lookup Order": [
"layouts/demotype/single.csv.csv",
"layouts/demotype/single.csv",
"layouts/_default/single.csv.csv",
"layouts/_default/single.csv"
"layouts/demotype/single.json.json",
"layouts/demotype/single.json",
"layouts/_default/single.json.json",
"layouts/_default/single.json"
]
},
{