Issue #1919208 by vijaycs85, rahuldolas123: Create configuration schemas for taxonomy module.

8.0.x
webchick 2013-03-04 22:40:13 -05:00
parent c15ccbf9ed
commit 3772f02c75
1 changed files with 16 additions and 0 deletions

View File

@ -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'