Same filename and directory in other branches
  1. 8.x-2.x config/schema/field_states_ui.schema.yml 1 comment
config/schema/field_states_ui.schema.yml

File

config/schema/field_states_ui.schema.yml

View source
  1. field.widget.third_party.field_states_ui:
  2. type: sequence
  3. label: 'Field States UI'
  4. sequence:
  5. type: mapping
  6. mapping:
  7. id:
  8. type: string
  9. data:
  10. type: field_states_ui.state.[$%parent.id]
  11. uuid:
  12. type: string
  13. field_states_ui.state.*:
  14. type: mapping
  15. label: 'Field State API configuration'
  16. field_states_ui.state.visible:
  17. type: field_state
  18. label: 'Visible'
  19. field_states_ui.state.required:
  20. type: field_state
  21. label: 'Required'