Problem/Motivation
field_tags is used on both the Recipe and Article type.
On the Article type, the examples in the help text for this field are nothing like the tags you would actually use on this website:
We should change these examples to be culinary related ones that indicate how this field would actually be used.
The recipe content also has field_tags, but here it has no help. We should reimplement the help text from article once updated here.
Proposed resolution
Update help text on both content types.
Remaining tasks
- Decide on new example tags.
- Change the example tags on Article.
- Copy the entire help text to Recipe.
User interface changes
UI will have more appropriate help text.
API changes
None.
Data model changes
None.