form_test.schema.yml
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ form_test/ config/ schema/ form_test.schema.yml
View source
- form_test.object:
- type: config_object
- label: 'Test form'
- mapping:
- bananas:
- type: string
- label: 'Bananas'
- favorite_fruits:
- type: sequence
- label: 'Favorite fruits'
- sequence:
- type: required_label
- label: 'Fruit'
- favorite_vegetable:
- type: required_label
- label: 'Favorite vegetable'
- nemesis_vegetable:
- type: label
- label: 'Nemesis vegetable'
- could_not_live_without:
- type: string
- label: 'Which could you not live without: vegetables or fruits?'
- constraints:
- Choice:
- - fruits
- - vegetables
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.