Drupal 8 - creating an accordion field
问题 In Drupal 8 -- I want to modify the basic-page content type to be able to support an "accordion field type" I've seen the list field type - that can have unlimited fields -- but I am looking for a solution that can feature -- header/body - type features. 回答1: There is no module to handle this for you, the solution is to create unlimited Entity Reference in your content type, it must have two fields, Title and Body as you want, and to convert it to accordions you should customize new entity