Updating Media dependent modules to versions compatible with core Media.
[yaffs-website] / web / modules / contrib / media_entity_twitter / config / schema / media_entity_twitter.schema.yml
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
9 media.source.twitter:
10   type: media.source.field_aware
11   label: '"Twitter" media source configuration'
12   mapping:
13     use_twitter_api:
14       type: boolean
15       label: 'Whether to use twitter api or not'
16     consumer_key:
17       type: string
18       label: 'Field with Consumer key'
19     consumer_secret:
20       type: string
21       label: 'Field with Consumer secret'
22     oauth_access_token:
23       type: string
24       label: 'Field with Oauth access token'
25     oauth_access_token_secret:
26       type: string
27       label: 'Field with Oauth access token secret'
28     generate_thumbnails:
29       type: boolean
30       label: 'Enable automatic thumbnail generation'