What does this warning mean: "Fields nested under other nodes or fields will not work as expected"?
This warning pops up in the supertag template when there are fields that are indented (another word for nested).
There are several "expected" behaviours of fields in supertags that only work when they are first-level nodes in the template, such as (and not limited by) the following:
- Searching for nodes based on their field values (all #tasks with Status::Complete)
- Viewing the node as a table, with fields as columns
- Using fields to build title using title expressions
If you do not care for any of the above uses, you can safely ignore the warning.