You are here

bigint.schema.yml in Big Integer 8

config/schema/bigint.schema.yml

File

config/schema/bigint.schema.yml
View source
  1. # Schema for the configuration of the BigInt field type.
  2. field.storage_settings.bigint:
  3. type: mapping
  4. label: 'BigInt settings'
  5. mapping:
  6. unsigned:
  7. type: boolean
  8. label: 'Unsigned'
  9. size:
  10. type: string
  11. label: 'Size'
  12. field.field_settings.bigint:
  13. type: field.field_settings.integer
  14. label: 'BigInt settings'