field.field.node.recipe.field_recipe_category.yml 643 B

12345678910111213141516171819202122232425262728
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.node.field_recipe_category
  6. - node.type.recipe
  7. - taxonomy.vocabulary.recipe_category
  8. id: node.recipe.field_recipe_category
  9. field_name: field_recipe_category
  10. entity_type: node
  11. bundle: recipe
  12. label: 'Recipe category'
  13. description: ''
  14. required: false
  15. translatable: false
  16. default_value: { }
  17. default_value_callback: ''
  18. settings:
  19. handler: 'default:taxonomy_term'
  20. handler_settings:
  21. target_bundles:
  22. recipe_category: recipe_category
  23. sort:
  24. field: name
  25. direction: asc
  26. auto_create: false
  27. auto_create_bundle: ''
  28. field_type: entity_reference