Any example of Menu Settings?

Created on 1 December 2023, 12 months ago
Updated 4 December 2023, 12 months ago

I am reviewing this module for our project and trying to understood what Menu Settings (/admin/config/content/mercury-editor/menu) should do and maybe someone can provide a real example.
Thank you in advince.

πŸ’¬ Support request
Status

Active

Version

2.1

Component

Documentation

Created by

πŸ‡ΊπŸ‡¦Ukraine Ruslan Piskarov Kiev, Ukraine

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • 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.

Production build 0.71.5 2024