feat(spec): add canonical_url spec (#562)
parent
f86467bfed
commit
275126af7d
|
@ -15,6 +15,11 @@ module.exports = {
|
||||||
[doc]: 'Meta tag specified in <attribute>=<value> style.\nE.g., name=theme-color;content=#123456 => <meta name="theme-color" content="#123456">'
|
[doc]: 'Meta tag specified in <attribute>=<value> style.\nE.g., name=theme-color;content=#123456 => <meta name="theme-color" content="#123456">'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
canonical_url: {
|
||||||
|
[type]: 'string',
|
||||||
|
[doc]: 'canonical_url of your site',
|
||||||
|
[defaultValue]: null
|
||||||
|
},
|
||||||
rss: {
|
rss: {
|
||||||
[type]: 'string',
|
[type]: 'string',
|
||||||
[doc]: 'Path or URL to RSS atom.xml',
|
[doc]: 'Path or URL to RSS atom.xml',
|
||||||
|
|
Loading…
Reference in New Issue