core.entity_form_display.paragraph.texte.default.yml 689 B

12345678910111213141516171819202122232425262728293031323334
  1. uuid: 25b15b94-459f-4b63-b20b-5d26bfc5b67b
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.paragraph.texte.field_texte
  7. - field.field.paragraph.texte.field_titre
  8. - paragraphs.paragraphs_type.texte
  9. module:
  10. - text
  11. id: paragraph.texte.default
  12. targetEntityType: paragraph
  13. bundle: texte
  14. mode: default
  15. content:
  16. field_texte:
  17. type: text_textarea
  18. weight: 1
  19. region: content
  20. settings:
  21. rows: 5
  22. placeholder: ''
  23. third_party_settings: { }
  24. field_titre:
  25. type: string_textfield
  26. weight: 0
  27. region: content
  28. settings:
  29. size: 60
  30. placeholder: ''
  31. third_party_settings: { }
  32. hidden:
  33. created: true
  34. status: true