Skip to content
Snippets Groups Projects
Commit 4ee57540 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Issue #1947810 by vijaycs85: some string/label types improperly assigned in configuration schemas.

parent eb4759d9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ contact.category.*:
type: string
label: 'Category identifier'
label:
type: string
type: label
label: 'Label'
recipients:
type: sequence
......@@ -17,7 +17,7 @@ contact.category.*:
- type: email
label: 'E-mail address'
reply:
type: string
type: text
label: 'Auto-reply'
weight:
type: integer
......
......@@ -19,7 +19,7 @@ filter.format.*:
type: string
label: 'Machine name'
name:
type: string
type: label
label: 'Name'
status:
type: boolean
......
# Schema for the configuration files of the shortcut module.
# Schema for the configuration files of the Shortcut module.
shortcut.set.default:
type: mapping
......@@ -8,5 +8,5 @@ shortcut.set.default:
type: string
label: 'ID'
label:
type: string
type: label
label: 'Label'
......@@ -46,8 +46,8 @@ menu.menu.*:
type: string
label: 'Menu identifier'
label:
type: string
type: label
label: 'Menu label'
description:
type: text
type: label
label: 'Menu description'
......@@ -117,7 +117,7 @@ user.role.*:
type: string
label: 'User role ID'
label:
type: string
type: label
label: 'User role label'
weight:
type: integer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment