Skip to content

Commit

Permalink
document display_property
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Mar 4, 2021
1 parent ce41680 commit 540bce0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,16 @@ The included display snippets may be found under [templates/scheming/display_sni

If `display_snippet: null` is used the field will be removed from the view page.

#### `display_property`

```yaml
- field_name: author
label: Author
display_property: dc:creator
```

Set a `property` attribute on dataset fields displayed as "Additional Info", useful for adding RDF markup.

#### `select_size`

```yaml
Expand Down

0 comments on commit 540bce0

Please sign in to comment.