I created a vertically tabbed structure to add my products.
But there is no option to add summary to the tabs, like those for the additional node options.
The description tab for vertical tabs is just displayed at the top of vertical tab content.
Please, see the screenshots to describe it better.

1. My current page for adding a product display:
add product
2. Vertical tab descrition field:
description field

3. Unable to set this summary span content through UI:
summary missing

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Ace Cooper’s picture

Issue summary: View changes

minor readability fixes

Ace Cooper’s picture

Issue summary: View changes

more minor changes

nils.destoop’s picture

Status: Active » Closed (works as designed)

Description is not the same like summary. Summary is a generated summary from the selected form elements inside that tab. This also will only work, if that tab has not much elements.

For generating a summary, core provides javascript for all the vertical tabs in 'Additional settings'.

For example =>
- menu settings has Drupal.behaviors.menuFieldsetSummaries
- path has Drupal.behaviors.pathFieldsetSummaries

Fieldgroup can't generate a nice summary for all the fields inside a tab. If you want a nice summary, you will need to write custom javascript for it.

nils.destoop’s picture

Issue summary: View changes

UI