You are here

acquia_lift.settings.yml in Acquia Lift Connector 8.4

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_id:
  10. type: string
  11. label: 'Account ID'
  12. site_id:
  13. type: string
  14. label: 'Site ID'
  15. assets_url:
  16. type: uri
  17. label: 'Assets URL'
  18. decision_api_url:
  19. type: uri
  20. label: 'Decision API URL'
  21. identity:
  22. type: config_object
  23. label: 'Identity'
  24. mapping:
  25. capture_identity:
  26. type: boolean
  27. label: 'Capture identity'
  28. identity_parameter:
  29. type: string
  30. label: 'Identity parameter'
  31. identity_type_parameter:
  32. type: string
  33. label: 'Identity type parameter'
  34. default_identity_type:
  35. type: string
  36. label: 'Default identity type'
  37. field_mappings:
  38. type: config_object
  39. label: 'Field mappings'
  40. mapping:
  41. content_section:
  42. type: string
  43. label: 'Content section'
  44. content_keywords:
  45. type: string
  46. label: 'Content keywords'
  47. persona:
  48. type: string
  49. label: 'Persona'
  50. udf_person_mappings:
  51. type: sequence
  52. label: 'UDF Person mappings'
  53. sequence:
  54. type: config_object
  55. label: 'UDF Person mappings'
  56. mapping:
  57. id:
  58. type: string
  59. label: 'UDF Person field identifier.'
  60. value:
  61. type: string
  62. label: 'Item Value this is mapped to.'
  63. type:
  64. type: string
  65. label: 'Item Type this is mapped to.'
  66. udf_touch_mappings:
  67. type: sequence
  68. label: 'UDF Touch mappings'
  69. sequence:
  70. type: config_object
  71. label: 'UDF Touch mapping'
  72. mapping:
  73. id:
  74. type: string
  75. label: 'UDF Touch field identifier.'
  76. value:
  77. type: string
  78. label: 'Item Value this is mapped to.'
  79. type:
  80. type: string
  81. label: 'Item Type this is mapped to.'
  82. udf_event_mappings:
  83. type: sequence
  84. label: 'UDF Event mappings'
  85. sequence:
  86. type: config_object
  87. label: 'UDF Event mapping'
  88. mapping:
  89. id:
  90. type: string
  91. label: 'UDF Event field identifier.'
  92. value:
  93. type: string
  94. label: 'Item Value this is mapped to.'
  95. type:
  96. type: string
  97. label: 'Item Type this is mapped to.'
  98. visibility:
  99. type: config_object
  100. label: 'Visibility'
  101. mapping:
  102. path_patterns:
  103. type: string
  104. label: 'Path patterns'
  105. advanced:
  106. type: config_object
  107. label: 'Advanced'
  108. mapping:
  109. bootstrap_mode:
  110. type: string
  111. label: 'Bootstrap mode'
  112. content_replacement_mode:
  113. type: string
  114. label: 'Content replacement mode'
  115. cdf_version:
  116. type: integer
  117. label: 'Version of the CDF that is being used.'
  118. content_origins:
  119. type: text
  120. label: 'Origin Site UUIDs'
  121. langcode:
  122. type: string
  123. label: 'Language code'