blob: 720337376033b3d6ad46587f79465db4516c31d7 (
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_achivement_image
- node.type.achivements
module:
- image
enforced:
module:
- achivements
id: node.achivements.field_achivement_image
field_name: field_achivement_image
entity_type: node
bundle: achivements
label: 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: false
title_field: false
title_field_required: false
default_image:
uuid: ''
alt: ''
title: ''
width: null
height: null
handler: 'default:file'
handler_settings: { }
field_type: image
|