field.field.node.recipe.field_recipe_instruction.yml 418 B

1234567891011121314151617181920
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.node.field_recipe_instruction
  6. - node.type.recipe
  7. module:
  8. - text
  9. id: node.recipe.field_recipe_instruction
  10. field_name: field_recipe_instruction
  11. entity_type: node
  12. bundle: recipe
  13. label: 'Recipe instruction'
  14. description: ''
  15. required: true
  16. translatable: false
  17. default_value: { }
  18. default_value_callback: ''
  19. settings: { }
  20. field_type: text_long