0c894edc939b4e7a7a3cf514437c554e2f918917
[yaffs-website] / web / modules / contrib / media_entity_instagram / config / schema / media_entity_instagram.schema.yml
1 media_entity_instagram.settings:
2   type: config_object
3   label: 'Media entity Instagram settings'
4   mapping:
5     local_images:
6       type: string
7       label: 'Base folder for thumbnails'
8
9 media_entity.bundle.type.instagram:
10   type: mapping
11   label: 'Instagram type configuration'
12   mapping:
13     source_field:
14       type: string
15       label: 'Field with embed code/URL'
16     use_instagram_api:
17       type: boolean
18       label: 'Whether to use instagram api or not'
19     client_id:
20       type: string
21       label: 'Field with client id'
22
23 field.formatter.settings.instagram_embed:
24   type: mapping
25   label: 'Image field display format settings'
26   mapping:
27     width:
28       type: integer
29       label: 'Width'
30     height:
31       type: integer
32       label: 'Height'