Guest User

Untitled

a guest
Jun 17th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. var Zap = {
  2. KEY_post_custom_trigger_fields: function(bundle) {
  3. return [
  4. {
  5. type: 'unicode',
  6. key: 'product_name',
  7. label: 'Product Name',
  8. choices:
  9. 'upload|Upload,facebook|Facebook,twitter|Twitter,twitter_name|Twitter_name,youtube|Youtube,foursquare|Foursquare,sprite|Sprite,fetch|Fetch,asset|Asset,gravatar|Gravatar,text|Text,gplus|Google+,private|Private,hulu|Hulu,vimeo|Vimeo,animoto|Animoto,dailymotion|Dailymotion,authenticated|Authenticated,multi|Multi,instagram|Instagram,instagram_name|Instagram Name,url2png|URL2PNG,list|List,worldstarhiphop|Worldstarhiphop',
  10. },
  11. ];
  12. },
  13. };
Add Comment
Please, Sign In to add comment