You are here

weight.schema.yml in Weight 8.3

config/schema/weight.schema.yml

File

config/schema/weight.schema.yml
View source
  1. field.storage_settings.weight:
  2. type: mapping
  3. label: 'Weight field storage settings'
  4. mapping:
  5. unsigned:
  6. type: boolean
  7. label: 'Unsigned'
  8. field.field_settings.weight:
  9. type: mapping
  10. label: 'Weight field settings'
  11. mapping:
  12. range:
  13. type: string
  14. label: 'Range'
  15. field.value.weight:
  16. type: mapping
  17. label: 'Weight field value'
  18. mapping:
  19. value:
  20. type: string
  21. label: 'Weight'