- Issue created by @Ruslan Piskarov
- π¬π§United Kingdom johntarling
That setting lets you override the groupings in the "Choose a component" form and accepts a YAML string. An example would be as follows.
layout: label: Layout components: ['section'] content: default: true label: Content components: ['text', 'heading', 'hr', 'quote', 'accordion', 'table', 'date_location'] media: label: Media components: ['image', 'image__image_download', 'image__image_link', 'gallery', 'video', 'logo_list'] call_to_action: label: Calls to Action components: ['cta', 'cta__image', 'cta__image_simple'] emebs: label: Embeds components: ['iframe', 'person', 'view']
- πΊπ¦Ukraine Ruslan Piskarov Kiev, Ukraine
Thank you very much, johntarling.