From 3772f02c7545b3a650de376adb46dd5cddfb58fc Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Mon, 4 Mar 2013 22:40:13 -0500 Subject: [PATCH] Issue #1919208 by vijaycs85, rahuldolas123: Create configuration schemas for taxonomy module. --- .../taxonomy/config/schema/taxonomy.schema.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 core/modules/taxonomy/config/schema/taxonomy.schema.yml diff --git a/core/modules/taxonomy/config/schema/taxonomy.schema.yml b/core/modules/taxonomy/config/schema/taxonomy.schema.yml new file mode 100644 index 000000000000..706725e52ecb --- /dev/null +++ b/core/modules/taxonomy/config/schema/taxonomy.schema.yml @@ -0,0 +1,16 @@ +# Schema for the configuration files of the taxonomy module. + +taxonomy.settings: + type: mapping + label: 'Taxonomy settings' + mapping: + maintain_index_table: + type: boolean + label: 'Maintain index table' + override_selector: + type: boolean + label: 'Override selector' + terms_per_page_admin: + type: integer + label: 'Number of terms per page' + -- GitLab