You are here

gatsby.schema.yml in Gatsby Live Preview & Incremental Builds 2.0.x

Same filename and directory in other branches
  1. 8 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. log_json:
  21. type: boolean
  22. label: 'Log JSON'
  23. preview_entity_types:
  24. type: sequence
  25. label: 'Preview Entity Types'
  26. sequence:
  27. type: string
  28. node.type.*.third_party.gatsby:
  29. type: mapping
  30. label: 'Gatsby node-type settings'
  31. mapping:
  32. preview:
  33. type: boolean
  34. label: 'Enable preview'
  35. target:
  36. type: string
  37. label: 'Preview target'
  38. iframe:
  39. type: boolean
  40. label: 'Enable iframe on node view'