Skip to content
Snippets Groups Projects
Commit 359aabe0 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2031185 by vijaycs85: Create configuration schema for language config entity.

parent 1398ddf6
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
......@@ -45,3 +45,32 @@ language.mappings:
sequence:
- type: string
label: 'Language'
language.entity.*:
type: mapping
label: 'Language'
mapping:
id:
type: string
label: 'ID'
uuid:
type: string
label: 'UUID'
label:
type: label
label: 'Language name'
direction:
type: boolean
label: 'Direction'
weight:
type: integer
label: 'Weight'
locked:
type: boolean
label: 'Locked'
status:
type: boolean
label: 'Status'
langcode:
type: string
label: 'Language code'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment