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