Vulcan/packages/telescope-module-embedly/lib/embedly.js
2014-07-07 09:06:32 +09:00

22 lines
No EOL
409 B
JavaScript

var thumbnailProperty = {
propertyName: 'thumbnailUrl',
propertySchema: {
type: String,
optional: true
}
}
addToPostSchema.push(thumbnailProperty);
postModules.push({
template: 'postThumbnail',
position: 'leftOfCenter'
});
var embedlyKeyProperty = {
propertyName: 'embedlyKey',
propertySchema: {
type: String,
optional: true
}
}
addToSettingsSchema.push(embedlyKeyProperty);