You are here

media_entity_twitter.schema.yml in Media entity Twitter 8.2

Same filename and directory in other branches
  1. 8 config/schema/media_entity_twitter.schema.yml
config/schema/media_entity_twitter.schema.yml

File

config/schema/media_entity_twitter.schema.yml
View source
  1. media_entity_twitter.settings:
  2. type: config_object
  3. label: 'Media entity Twitter settings'
  4. mapping:
  5. local_images:
  6. type: string
  7. label: 'Base folder for thumbnails'
  8. media.source.twitter:
  9. type: media.source.field_aware
  10. label: '"Twitter" media source configuration'
  11. mapping:
  12. use_twitter_api:
  13. type: boolean
  14. label: 'Whether to use twitter api or not'
  15. consumer_key:
  16. type: string
  17. label: 'Field with Consumer key'
  18. consumer_secret:
  19. type: string
  20. label: 'Field with Consumer secret'
  21. oauth_access_token:
  22. type: string
  23. label: 'Field with Oauth access token'
  24. oauth_access_token_secret:
  25. type: string
  26. label: 'Field with Oauth access token secret'
  27. generate_thumbnails:
  28. type: boolean
  29. label: 'Enable automatic thumbnail generation'
  30. field.formatter.settings.twitter_embed:
  31. type: mapping
  32. label: 'Twitter field display format settings'
  33. mapping:
  34. conversation:
  35. type: boolean
  36. label: 'Show previous tweet'