You are here

gatsby.schema.yml in Gatsby Live Preview & Incremental Builds 8

Same filename and directory in other branches
  1. 2.0.x config/schema/gatsby.schema.yml
config/schema/gatsby.schema.yml

File

config/schema/gatsby.schema.yml
View source
  1. gatsby.settings:
  2. type: config_object
  3. label: 'Gatsby settings'
  4. mapping:
  5. server_url:
  6. type: uri
  7. label: 'Server URL'
  8. preview_callback_url:
  9. type: uri
  10. label: 'Preview callback URL'
  11. path_mapping:
  12. type: string
  13. label: 'Path Mapping'
  14. incrementalbuild_url:
  15. type: uri
  16. label: 'Incrmental build URL'
  17. build_published:
  18. type: boolean
  19. label: 'Build published'
  20. preview_entity_types:
  21. type: sequence
  22. label: 'Preview Entity Types'
  23. sequence:
  24. type: string
  25. node.type.*.third_party.gatsby:
  26. type: mapping
  27. label: 'Gatsby node-type settings'
  28. mapping:
  29. preview:
  30. type: boolean
  31. label: 'Enable preview'
  32. target:
  33. type: string
  34. label: 'Preview target'
  35. iframe:
  36. type: boolean
  37. label: 'Enable iframe on node view'