blob: 3cbc23c50e47d2e069cfac1d446c88795a24fdf6 (
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_facility_image
- node.type.facility
module:
- image
enforced:
module:
- facility
id: node.facility.field_facility_image
field_name: field_facility_image
entity_type: node
bundle: facility
label: 'facility 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: ''
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
|