Vulcan/packages/telescope-module-embedly/lib/embedly.js

22 lines
409 B
JavaScript
Raw Normal View History

2014-07-06 14:09:55 +09:00
var thumbnailProperty = {
propertyName: 'thumbnailUrl',
propertySchema: {
type: String,
optional: true
}
}
addToPostSchema.push(thumbnailProperty);
postModules.push({
template: 'postThumbnail',
2014-07-07 09:06:32 +09:00
position: 'leftOfCenter'
2014-07-06 14:09:55 +09:00
});
var embedlyKeyProperty = {
propertyName: 'embedlyKey',
propertySchema: {
type: String,
optional: true
}
}
addToSettingsSchema.push(embedlyKeyProperty);