core.entity_form_display.node.operation.default.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. uuid: 56a3693f-5ea5-4dac-9cc1-d068e644237c
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.node.operation.field_adresse
  7. - field.field.node.operation.field_commentaire
  8. - field.field.node.operation.field_dossier_de_candidature
  9. - field.field.node.operation.field_fiche_candidature
  10. - node.type.operation
  11. module:
  12. - address
  13. - file
  14. id: node.operation.default
  15. targetEntityType: node
  16. bundle: operation
  17. mode: default
  18. content:
  19. field_adresse:
  20. type: address_default
  21. weight: 1
  22. region: content
  23. settings: { }
  24. third_party_settings: { }
  25. field_commentaire:
  26. type: string_textarea
  27. weight: 2
  28. region: content
  29. settings:
  30. rows: 5
  31. placeholder: ''
  32. third_party_settings:
  33. maxlength:
  34. maxlength_js: 1000
  35. maxlength_js_label: 'Contenu limité à @limit caractères, restant : <strong>@remaining</strong>'
  36. maxlength_js_enforce: true
  37. advanced_text_formatter:
  38. show_token_tree: 0
  39. field_dossier_de_candidature:
  40. type: file_generic
  41. weight: 4
  42. region: content
  43. settings:
  44. progress_indicator: throbber
  45. third_party_settings: { }
  46. field_fiche_candidature:
  47. type: file_generic
  48. weight: 3
  49. region: content
  50. settings:
  51. progress_indicator: throbber
  52. third_party_settings: { }
  53. title:
  54. type: string_textfield
  55. weight: 0
  56. region: content
  57. settings:
  58. size: 60
  59. placeholder: ''
  60. third_party_settings: { }
  61. hidden:
  62. created: true
  63. langcode: true
  64. path: true
  65. promote: true
  66. status: true
  67. sticky: true
  68. uid: true