You are here

field_ipaddress.schema.yml in IP address fields 2.0.x

Same filename and directory in other branches
  1. 8 config/schema/field_ipaddress.schema.yml
config/schema/field_ipaddress.schema.yml

File

config/schema/field_ipaddress.schema.yml
View source
  1. field.field_settings.ipaddress:
  2. type: mapping
  3. label: 'ipaddress settings'
  4. mapping:
  5. allow_range:
  6. type: boolean
  7. label: 'Allow IP range'
  8. allow_family:
  9. type: integer
  10. label: 'Allow IP family'
  11. ip4_range:
  12. type: string
  13. label: 'IPv4 range'
  14. ip6_range:
  15. type: string
  16. label: 'IPv6 range'