Problem/Motivation

In the there is a typo navigation_extra.schema.yml

navigation_extra.plugin.common:
  type: navigation_extra.plugin
  mapping:
    group_collections:
      type: string
      label: 'Group collections'
    hide_empty_collections:
      type: boolean
      label: 'Hide empty collections'
    hide_add_new_content:
      type: boolean
      label: 'Hide the add new content item'
    override_max_menu_depth:
      type: boolean
      lable: 'Override max menu depth'

There on the last line is lable instead of label.

Steps to reproduce

Open the file and see the issue on line 81.

Proposed resolution

Change the lable to label

Remaining tasks

Create MR with fixes.

User interface changes

None

API changes

None

Data model changes

None

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

tim-diels created an issue. See original summary.

tim-diels’s picture

Status: Active » Needs review
samuhe’s picture

Status: Needs review » Reviewed & tested by the community

The MR fixes the typo.

  • tim-diels committed d1a9110a on 1.0.x
    fix: #3573071 Typo in schema
    
    By: tim-diels
    By: samuhe
    
tim-diels’s picture

Status: Reviewed & tested by the community » Fixed

Thank you, merged.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.