Summary Attributes

For resources that will be displayed on the GUI as a summarized list, data fields can be selected for this list. Members of the summary_attr list identify:

  • friendly_name as the list column header on the GUI display
  • name as the resource field to show in the column of the list

For example:

summary_attrs: [
  {
   title: "Name"
   name: "name"
  }
  {
   title: "Description"
   name: "description"
  }
]