core.base_field_override.node.recipe.title.yml 298 B

1234567891011121314151617
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - node.type.recipe
  6. id: node.recipe.title
  7. field_name: title
  8. entity_type: node
  9. bundle: recipe
  10. label: 'Recipe Name'
  11. description: ''
  12. required: true
  13. translatable: true
  14. default_value: { }
  15. default_value_callback: ''
  16. settings: { }
  17. field_type: string