You are here

media_entity_twitter.schema.yml in Media entity Twitter 8

Same filename and directory in other branches
  1. 8.2 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_entity.bundle.type.twitter:
  9. type: mapping
  10. label: 'Twitter type configuration'
  11. mapping:
  12. source_field:
  13. type: string
  14. label: 'Field with embed code/URL'
  15. use_twitter_api:
  16. type: boolean
  17. label: 'Whether to use twitter api or not'
  18. consumer_key:
  19. type: string
  20. label: 'Field with Consumer key'
  21. consumer_secret:
  22. type: string
  23. label: 'Field with Consumer secret'
  24. oauth_access_token:
  25. type: string
  26. label: 'Field with Oauth access token'
  27. oauth_access_token_secret:
  28. type: string
  29. label: 'Field with Oauth access token secret'
  30. generate_thumbnails:
  31. type: boolean
  32. label: 'Enable automatic thumbnail generation'