layouts: Use "element" instead of "field"

ISEAL refers to these as elements instead of fields.
This commit is contained in:
2021-11-07 16:16:00 +02:00
parent 7eac3b9f70
commit a7140f3d3d
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
{{ end }}
{{ with .Params.field }}
<tr>
<td class="col-2 field-name">Suggested field</td>
<td class="col-2 field-name">Suggested element</td>
<td>{{ . }}</td>
</tr>
{{ end }}