blob: ff85c59473c39c0a65e759f2314a371743e918fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_student_image
- node.type.testimonials
module:
- image
enforced:
module:
- testimonials
id: node.testimonials.field_student_image
field_name: field_student_image
entity_type: node
bundle: testimonials
label: 'Student Image'
description: 'Image of the student whose Testimonial is provided'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
file_directory: testimonial
file_extensions: 'png gif jpg jpeg'
max_filesize: ''
max_resolution: ''
min_resolution: ''
alt_field: true
alt_field_required: true
title_field: false
title_field_required: false
default_image:
uuid: ''
alt: ''
title: ''
width: null
height: null
handler: 'default:file'
handler_settings: { }
field_type: image
|