Vulcan/packages/telescope-seo/lib/seo.js
2015-03-28 18:38:20 +09:00

13 lines
301 B
JavaScript

// Add SEO settings.
Settings.addToSchema({
propertyName: "siteImage",
propertySchema: {
type: String,
optional: true,
regEx: SimpleSchema.RegEx.Url,
autoform: {
group: "general",
instructions: "URL to an image for the open graph image tag for all pages"
}
}
});