Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / entity_browser / tests / modules / entity_browser_test_paragraphs / config / install / core.entity_form_display.node.paragraphs_test.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.node.paragraphs_test.field_paragraph
6     - node.type.paragraphs_test
7   module:
8     - paragraphs
9     - path
10 id: node.paragraphs_test.default
11 targetEntityType: node
12 bundle: paragraphs_test
13 mode: default
14 content:
15   created:
16     type: datetime_timestamp
17     weight: 10
18     settings: {  }
19     third_party_settings: {  }
20   field_paragraph:
21     type: entity_reference_paragraphs
22     weight: 31
23     settings:
24       title: Paragraph
25       title_plural: Paragraphs
26       edit_mode: open
27       add_mode: dropdown
28       form_display_mode: default
29       default_paragraph_type: '_none'
30     third_party_settings: {  }
31   path:
32     type: path
33     weight: 30
34     settings: {  }
35     third_party_settings: {  }
36   promote:
37     type: boolean_checkbox
38     settings:
39       display_label: true
40     weight: 15
41     third_party_settings: {  }
42   sticky:
43     type: boolean_checkbox
44     settings:
45       display_label: true
46     weight: 16
47     third_party_settings: {  }
48   title:
49     type: string_textfield
50     weight: -5
51     settings:
52       size: 60
53       placeholder: ''
54     third_party_settings: {  }
55   uid:
56     type: entity_reference_autocomplete
57     weight: 5
58     settings:
59       match_operator: CONTAINS
60       size: 60
61       placeholder: ''
62     third_party_settings: {  }
63 hidden: {  }