Skip to content

Commit

Permalink
add field map
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Feb 26, 2021
1 parent f9ee8d6 commit a5e7104
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,22 @@ components/details/generic-details/fields:
title: "Description",
value: "description"
}
- descriptionformatted: {
title: "Description",
value: "descriptionformatted"
}
- date: {
title: "Date",
value: "date"
}
- title: {
title: "Title",
value: "title"
}
- titleformatted: {
title: "Title Formatted",
value: "titleformatted"
}
- subtitle: {
title: "Sub Title",
value: "subtitle"
Expand Down

0 comments on commit a5e7104

Please sign in to comment.