014e705cbcbaa4a84e9e9978fb676fc1120b47c3
[yaffs-website] / web / modules / contrib / entity_embed / config / schema / entity_embed.schema.yml
1 # Schema for the configuration files of the Entity Embed module.
2
3 embed.embed_type_settings.entity:
4   type: mapping
5   label: 'Schema for the entity embed type additions to an embed button entity'
6   mapping:
7     entity_type:
8       type: string
9       label: 'Entity type'
10     bundles:
11       type: sequence
12       label: 'Bundles'
13       sequence:
14         type: string
15         label: 'Bundle'
16     display_plugins:
17       type: sequence
18       label: 'Allowed Entity Embed Display plugins'
19       sequence:
20         type: string
21         label: 'Entity Embed Display plugin'
22     entity_browser:
23       type: string
24       label: 'Entity browser'
25     entity_browser_settings:
26       type: mapping
27       label: 'Entity browser settings'
28       mapping:
29         display_review:
30           type: boolean
31           label: 'Display review step'
32
33 entity_embed.settings:
34   type: config_object
35   label: 'Entity embed settings'
36   mapping:
37     rendered_entity_mode:
38       type: boolean
39       label: 'Rendered entity mode'