You are here

recipe.views.schema.yml in Recipe 8.2

config/schema/recipe.views.schema.yml

File

config/schema/recipe.views.schema.yml
View source
  1. # Schema for the views plugins of the Recipe module.
  2. views.display.recipe:
  3. type: views_display_path
  4. label: 'Recipe display options'
  5. mapping:
  6. displays:
  7. type: sequence
  8. label: 'The format link will be available only to the selected displays.'
  9. sequence:
  10. type: string
  11. label: 'Display'
  12. views.style.recipe_plain_text:
  13. type: views_style
  14. label: RecipeML
  15. mapping:
  16. hide_empty:
  17. type: boolean
  18. label: 'Hide empty'
  19. wordwrap_width:
  20. type: integer
  21. label: 'Wordwrap width'
  22. row_separator:
  23. type: string
  24. label: 'Row separator'
  25. views.style.recipeml:
  26. type: views_style
  27. label: RecipeML
  28. mapping:
  29. title_field:
  30. type: string
  31. label: 'Title field'
  32. version_field:
  33. type: string
  34. label: 'Version field'
  35. source_field:
  36. type: string
  37. label: 'Source field'
  38. time_fields:
  39. type: sequence
  40. label: 'Preptime fields'
  41. sequence:
  42. type: string
  43. label: 'Fields'
  44. yield_qty_field:
  45. type: string
  46. label: 'Yield quantity field'
  47. yield_unit_field:
  48. type: string
  49. label: 'Yield unit field'
  50. description_field:
  51. type: string
  52. label: 'Description field'
  53. ingredients_field:
  54. type: string
  55. label: 'Ingredients field'
  56. directions_field:
  57. type: string
  58. label: 'Directions field'