You are here

socialfeed.schema.yml in Social Feed 8

config/schema/socialfeed.schema.yml

File

config/schema/socialfeed.schema.yml
View source
  1. socialfeed.facebook.settings:
  2. type: config_object
  3. label: Facebook Settings
  4. mapping:
  5. page_name:
  6. type: string
  7. label: Facebook Page Name
  8. app_id:
  9. type: string
  10. label: Facebook App ID
  11. secret_key:
  12. type: string
  13. label: Facebook Secret Key
  14. user_token:
  15. type: string
  16. label: Facebook User Token
  17. page_permanent_token:
  18. type: string
  19. label: Facebook User Token
  20. no_feeds:
  21. type: integer
  22. label: Number of feeds
  23. all_types:
  24. type: boolean
  25. label: Show all post types
  26. post_type:
  27. type: string
  28. label: Select your post type(s) to show
  29. display_pic:
  30. type: boolean
  31. label: Show Post Picture
  32. display_video:
  33. type: boolean
  34. label: Show Post Video
  35. trim_length:
  36. type: integer
  37. label: Trim Length
  38. teaser_text:
  39. type: string
  40. label: Teaser Text
  41. hashtag:
  42. type: boolean
  43. label: Show Hashtag
  44. time_stamp:
  45. type: boolean
  46. label: Show Date/Time
  47. time_format:
  48. type: string
  49. label: Date/Time format
  50. socialfeed.twitter.settings:
  51. type: config_object
  52. label: Twitter Settings
  53. mapping:
  54. consumer_key:
  55. type: string
  56. label: Twitter Consumer Key
  57. consumer_secret:
  58. type: string
  59. label: Twitter Consumer Secret
  60. access_token:
  61. type: string
  62. label: Twitter Access Token
  63. access_token_secret:
  64. type: string
  65. label: Twitter Access Token Secret
  66. tweets_count:
  67. type: integer
  68. label: Tweets Count
  69. hashtag:
  70. type: boolean
  71. label: Show Hashtag
  72. time_stamp:
  73. type: boolean
  74. label: Show Date/Time
  75. time_format:
  76. type: string
  77. label: Date/Time format
  78. time_ago:
  79. type: boolean
  80. label: Show date Twitter style
  81. trim_length:
  82. type: integer
  83. label: Trim Length
  84. teaser_text:
  85. type: string
  86. label: Teaser Text
  87. socialfeed.instagram.settings:
  88. type: config_object
  89. label: Instagram Settings
  90. mapping:
  91. client_id:
  92. type: string
  93. label: client_id
  94. app_secret:
  95. type: string
  96. label: App Secret
  97. redirect_uri:
  98. type: string
  99. label: Redirect URI
  100. access_token:
  101. type: string
  102. label: Access Token
  103. access_token_date:
  104. type: string
  105. label: Access Token Created Date
  106. picture_count:
  107. type: integer
  108. label: Picture Count
  109. video_thumbnail:
  110. type: integer
  111. label: Show Video Thumbnails
  112. time_format:
  113. type: string
  114. label: Date/Time format
  115. post_link:
  116. type: boolean
  117. label: Show post URL