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

Issue #1919208 by vijaycs85, rahuldolas123, Gábor Hojtsy: Create configuration...

Issue #1919208 by vijaycs85, rahuldolas123, Gábor Hojtsy: Create configuration schemas for taxonomy module.
parent 63e7c764
No related branches found
No related tags found
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 the configuration files of the taxonomy module.
# Schema for the configuration files of the Taxonomy module.
taxonomy.settings:
type: mapping
......@@ -14,3 +14,28 @@ taxonomy.settings:
type: integer
label: 'Number of terms per page'
taxonomy.vocabulary.*:
type: mapping
label: 'Vocabulary'
mapping:
vid:
type: string
label: 'Machine name'
name:
type: label
label: 'Name'
description:
type: label
label: 'Description'
hierarchy:
type: boolean
label: 'Hierarchy'
weight:
type: integer
label: 'Weight'
status:
type: boolean
label: 'Status'
langcode:
type: string
label: 'Default language'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment