You are here

core.entity_form_display.block_content.basic.default.yml in GraphQL 8.3

modules/graphql_core/tests/modules/graphql_block_test/config/install/core.entity_form_display.block_content.basic.default.yml

File

modules/graphql_core/tests/modules/graphql_block_test/config/install/core.entity_form_display.block_content.basic.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - block_content.type.basic
  6. - field.field.block_content.basic.body
  7. module:
  8. - text
  9. id: block_content.basic.default
  10. targetEntityType: block_content
  11. bundle: basic
  12. mode: default
  13. content:
  14. body:
  15. type: text_textarea_with_summary
  16. weight: -4
  17. settings:
  18. rows: 9
  19. summary_rows: 3
  20. placeholder: ''
  21. third_party_settings: { }
  22. info:
  23. type: string_textfield
  24. weight: -5
  25. settings:
  26. size: 60
  27. placeholder: ''
  28. third_party_settings: { }
  29. hidden: { }