mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
13 lines
No EOL
304 B
JavaScript
13 lines
No EOL
304 B
JavaScript
// Add SEO settings.
|
|
addToSettingsSchema.push({
|
|
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"
|
|
}
|
|
}
|
|
}); |