blob: 05ea0cc3df017a8ddbc68da729d770656b250c83 (
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_staff_image
- node.type.staff
module:
- image
enforced:
module:
- staff
id: node.staff.field_staff_image
field_name: field_staff_image
entity_type: node
bundle: staff
label: staff_image
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
file_directory: '[date:custom:Y]-[date:custom:m]'
file_extensions: 'png gif jpg jpeg'
max_filesize: '500 KB'
max_resolution: 600x600
min_resolution: ''
alt_field: true
alt_field_required: true
title_field: false
title_field_required: false
default_image:
uuid: ''
alt: 'Staff Image'
title: ''
width: null
height: null
handler: 'default:file'
handler_settings: { }
field_type: image
|