Skip to content
Snippets Groups Projects
Commit cadfb841 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1919184 by nikhilasrani, vijaycs85: Create configuration schemas for menu module.

parent 894e1641
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
# Schema for configuration files of the menu module.
menu.settings:
type: mapping
label: 'Menu settings'
mapping:
main_links:
type: string
label: 'Main links'
secondary_links:
type: string
label: 'Source for secondary links'
override_parent_selector:
type: boolean
label: 'Override parent selector'
menu.menu.*:
type: mapping
label: 'Menu'
mapping:
id:
type: string
label: 'Menu identifier'
label:
type: string
label: 'Menu label'
description:
type: text
label: 'Menu description'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment