Closed (fixed)
Project:
Field Group
Version:
8.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2016 at 09:41 UTC
Updated:
14 Oct 2016 at 13:24 UTC
Jump to comment: Most recent
Comments
Comment #2
webel commentedComment #3
webel commentedSame problem (not clear how to set Fieldset collapsible) with 8.x-1.x-dev from 2016-Feb-28.
Comment #4
nils.destoop commentedThe collapsible option for fieldsets is indeed removed. Collapsible fieldsets are replaced in core with the 'details' element. A fieldgroup formatter is available for that element. So if you want the original collapsible fieldset, choose 'Details'
Comment #5
webel commented@zuuperman
Thanks for pointing me to the Details options (as the new version of collapsible fieldset group), this is one of the features I use most on all Drupal sites.
I appreciate this is early day in the D8 offerings, but as far as I can tell this is not documented yet.
It is not mentioned at https://www.drupal.org/project/field_group under Available group types..
It is also AFAIK not mentioned yet at your docs pages: Field group for Drupal 7.
And there is no main README under /field_group/ when you install it yet.
Comment #6
Carlos Miranda Levy commentedDocumenting this is indeed required.
It took me a lot of unsuccessful testing, assuming it had been moved to HTML Element, and trying out all sorts of css combinations, I finally found this issue.
It can be as simple as adding the following two lines:
Comment #7
nils.destoop commentedI added your text in the fieldgroup notes. The readme was also added and updated with the info.
I removed the reference to those documentation pages, as they are drupal 7 only.