You are here

tablefield_required.schema.yml in TableField 8.2

tablefield_required/config/schema/tablefield_required.schema.yml

File

tablefield_required/config/schema/tablefield_required.schema.yml
View source
  1. # Schema for the tablefield_required module.
  2. field.field.*.*.*.third_party.tablefield_required:
  3. type: mapping
  4. label: 'Field settings for tablefield_required'
  5. mapping:
  6. required_rows:
  7. type: string
  8. label: 'Required rows'
  9. required_cols:
  10. type: string
  11. label: 'Required cols'
  12. multivalue_inherit:
  13. type: boolean
  14. label: 'Inherit for multi-value fields'