Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / entity_browser / tests / modules / entity_browser_test / config / schema / entity_browser_test.schema.yml
1 entity_browser.browser.widget.dummy:
2   type: mapping
3   label: 'Dummy widget configuration'
4   mapping:
5     submit_text:
6       type: string
7       label: 'Submit button text'
8     text:
9       type: string
10       label: 'Text'
11
12 entity_browser.browser.widget.multiple_submit_test_widget:
13   type: mapping
14   label: 'Multiple submit widget configuration'
15   mapping:
16     submit_text:
17       type: string
18       label: 'Submit button text'
19
20 entity_browser.browser.widget.pager_test:
21   type: mapping
22   label: 'Pager widget configuration'
23   mapping:
24     submit_text:
25       type: string
26       label: 'Submit button text'
27     items_per_page:
28       type: integer
29       label: 'Items per page'