update_test.schema.yml
Same filename in other branches
File
-
core/
modules/ update/ tests/ modules/ update_test/ config/ schema/ update_test.schema.yml
View source
- # Schema for the configuration files of the Update Test module.
-
- update_test.settings:
- type: config_object
- label: 'Update test settings'
- mapping:
- system_info:
- type: sequence
- label: 'System info'
- sequence:
- type: sequence
- label: 'Items'
- sequence:
- type: string
- label: 'Item'
- update_status:
- type: sequence
- label: 'Update status'
- sequence:
- type: mapping
- label: 'Module'
- mapping:
- status:
- type: integer
- label: 'Value'
- xml_map:
- type: sequence
- label: 'XML map'
- sequence:
- type: string
- label: 'Value'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.