You are here

field.field.comment.comment.field_comment_files.yml in Open Social 10.2.x

modules/social_features/social_comment_upload/config/install/field.field.comment.comment.field_comment_files.yml

File

modules/social_features/social_comment_upload/config/install/field.field.comment.comment.field_comment_files.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - comment.type.comment
  6. - field.storage.comment.field_comment_files
  7. module:
  8. - file
  9. id: comment.comment.field_comment_files
  10. field_name: field_comment_files
  11. entity_type: comment
  12. bundle: comment
  13. label: Files
  14. description: ''
  15. required: false
  16. translatable: true
  17. default_value: { }
  18. default_value_callback: ''
  19. settings:
  20. file_directory: '[date:custom:Y]-[date:custom:m]'
  21. file_extensions: 'txt pdf doc docx xls xlsx ppt pptx csv png gif jpg jpeg'
  22. max_filesize: ''
  23. description_field: false
  24. handler: 'default:file'
  25. handler_settings: { }
  26. field_type: file