You are here

acquia_lift.settings.yml in Acquia Lift Connector 8

config/schema/acquia_lift.settings.yml

File

config/schema/acquia_lift.settings.yml
View source
  1. acquia_lift.settings:
  2. type: config_object
  3. label: 'Acquia Lift settings'
  4. mapping:
  5. credential:
  6. type: config_object
  7. label: 'Credential'
  8. mapping:
  9. account_name:
  10. type: string
  11. label: 'Account name'
  12. customer_site:
  13. type: string
  14. label: 'Customer site'
  15. api_url:
  16. type: uri
  17. label: 'API URL'
  18. access_key:
  19. type: string
  20. label: 'Access key'
  21. secret_key:
  22. type: string
  23. label: 'Secret key'
  24. js_path:
  25. type: uri
  26. label: 'JavaScript Path'
  27. identity:
  28. type: config_object
  29. label: 'Identity'
  30. mapping:
  31. capture_identity:
  32. type: boolean
  33. label: 'Capture identity'
  34. identity_parameter:
  35. type: string
  36. label: 'Identity parameter'
  37. identity_type_parameter:
  38. type: string
  39. label: 'Identity type parameter'
  40. default_identity_type:
  41. type: string
  42. label: 'Default identity type'
  43. field_mappings:
  44. type: config_object
  45. label: 'Field mappings'
  46. mapping:
  47. content_section:
  48. type: string
  49. label: 'Content section'
  50. content_keywords:
  51. type: string
  52. label: 'Content keywords'
  53. persona:
  54. type: string
  55. label: 'Persona'
  56. thumbnail:
  57. type: sequence
  58. label: 'Thumbnail'
  59. sequence:
  60. type: config_object
  61. label: 'Content type'
  62. mapping:
  63. field:
  64. type: string
  65. label: 'Field'
  66. style:
  67. type: string
  68. label: 'Style'
  69. visibility:
  70. type: config_object
  71. label: 'Visibility'
  72. mapping:
  73. path_patterns:
  74. type: string
  75. label: 'Path patterns'
  76. langcode:
  77. type: string
  78. label: 'Language code'