1c1f7204eb3c0f0bcd4f23fe90b4cd868b7cab40
[yaffs-website] / web / modules / contrib / media_entity / config / schema / media_entity.schema.yml
1 media_entity.settings:
2   type: config_object
3   label: 'Media entity settings'
4   mapping:
5     icon_base:
6       type: string
7       label: 'Base folder for icons installation'
8
9 media_entity.bundle.*:
10   type: config_entity
11   label: 'Media bundle'
12   mapping:
13     id:
14       type: string
15       label: 'Machine name'
16     label:
17       type: label
18       label: 'Label'
19     description:
20       type: text
21       label: 'Description'
22     type:
23       type: string
24       label: 'Type plugin ID'
25     queue_thumbnail_downloads:
26       type: boolean
27       label: 'Queue thumbnail downloads'
28     new_revision:
29       type: boolean
30       label: 'Whether a new revision should be created by default'
31     type_configuration:
32       type: media_entity.bundle.type.[%parent.type]
33     field_map:
34       type: sequence
35       label: 'Field map'
36       sequence:
37         type: string
38     third_party_settings:
39       type: sequence
40       label: 'Third party settings'
41       sequence:
42         type: media_entity.bundle.third_party.[%key]
43
44 action.configuration.media_delete_action:
45   type: action_configuration_default
46   label: 'Delete media configuration'
47
48 action.configuration.media_save_action:
49   type: action_configuration_default
50   label: 'Save media configuration'
51
52 action.configuration.media_publish_action:
53   type: action_configuration_default
54   label: 'Publish media configuration'
55
56 action.configuration.media_unpublish_action:
57   type: action_configuration_default
58   label: 'Unpublish media configuration'
59
60 field.formatter.settings.media_thumbnail:
61   type: mapping
62   label: 'Media thumbnail field display format settings'
63   mapping:
64     image_link:
65       type: string
66       label: 'Link image to'
67     image_style:
68       type: string
69       label: 'Image style'