"isHTML": true,
"noUgly": false,
"notAlternative": false,
- "Permalinkable": true
+ "permalinkable": true
},
{
"MediaType": "text/css",
"isHTML": false,
"noUgly": false,
"notAlternative": true,
- "Permalinkable": false
+ "permalinkable": false
},
{
"MediaType": "text/csv",
"isHTML": false,
"noUgly": false,
"notAlternative": false,
- "Permalinkable": false
+ "permalinkable": false
},
{
"MediaType": "text/calendar",
"isHTML": false,
"noUgly": false,
"notAlternative": false,
- "Permalinkable": false
+ "permalinkable": false
},
{
"MediaType": "text/html",
"isHTML": true,
"noUgly": false,
"notAlternative": false,
- "Permalinkable": true
+ "permalinkable": true
},
{
"MediaType": "application/json",
"isHTML": false,
"noUgly": false,
"notAlternative": false,
- "Permalinkable": false
+ "permalinkable": false
},
{
"MediaType": "text/plain",
"isHTML": false,
"noUgly": false,
"notAlternative": false,
- "Permalinkable": false
+ "permalinkable": false
},
{
"MediaType": "application/rss+xml",
"isHTML": false,
"noUgly": true,
"notAlternative": false,
- "Permalinkable": false
+ "permalinkable": false
},
{
"MediaType": "application/xml",
"isHTML": false,
"noUgly": true,
"notAlternative": false,
- "Permalinkable": false
+ "permalinkable": false
}
],
"layouts": [
// as you probably don't want to link back to the RSS version of a page, as an
// example. AMP would, however, be a good example of an output format where this
// behaviour is wanted.
- Permalinkable bool
+ Permalinkable bool `json:"permalinkable"`
}
// An ordered list of built-in output formats.