blob: 9c77b40bdfbaedbac83b72d8773c41a46b71b50c (
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
|
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_notification_file
- node.type.notification
module:
- file
enforced:
module:
- notification
id: node.notification.field_notification_file
field_name: field_notification_file
entity_type: node
bundle: notification
label: Notification_file
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
file_directory: '[date:custom:Y]-[date:custom:m]'
file_extensions: 'txt pdf doc docx'
max_filesize: ''
description_field: false
handler: 'default:file'
handler_settings: { }
field_type: file
|