acquia_lift.settings.yml in Acquia Lift Connector 8.4
Same filename in this branch
Same filename and directory in other branches
config/schema/acquia_lift.settings.yml
8 string references to 'acquia_lift.settings'
- acquia_lift_inspector_page_attachments in modules/
acquia_lift_inspector/ acquia_lift_inspector.module - Implements hook_page_attachments().
- acquia_lift_update_8400 in ./
acquia_lift.install - Remove deprecated configuration and update content replacement mode.
- AdminSettingsForm::getEditableConfigNames in src/
Form/ AdminSettingsForm.php - Gets the configuration names that will be editable.
- AdminSettingsForm::submitForm in src/
Form/ AdminSettingsForm.php - Form submission handler.
- InspectorJsTest::testShowDebug in modules/
acquia_lift_inspector/ tests/ src/ FunctionalJavascript/ InspectorJsTest.php - Tests JS interactions in the admin UI.
File
config/schema/acquia_lift.settings.ymlView source
- acquia_lift.settings:
- type: config_object
- label: 'Acquia Lift settings'
- mapping:
- credential:
- type: config_object
- label: 'Credential'
- mapping:
- account_id:
- type: string
- label: 'Account ID'
- site_id:
- type: string
- label: 'Site ID'
- assets_url:
- type: uri
- label: 'Assets URL'
- decision_api_url:
- type: uri
- label: 'Decision API URL'
- identity:
- type: config_object
- label: 'Identity'
- mapping:
- capture_identity:
- type: boolean
- label: 'Capture identity'
- identity_parameter:
- type: string
- label: 'Identity parameter'
- identity_type_parameter:
- type: string
- label: 'Identity type parameter'
- default_identity_type:
- type: string
- label: 'Default identity type'
- field_mappings:
- type: config_object
- label: 'Field mappings'
- mapping:
- content_section:
- type: string
- label: 'Content section'
- content_keywords:
- type: string
- label: 'Content keywords'
- persona:
- type: string
- label: 'Persona'
- udf_person_mappings:
- type: sequence
- label: 'UDF Person mappings'
- sequence:
- type: config_object
- label: 'UDF Person mappings'
- mapping:
- id:
- type: string
- label: 'UDF Person field identifier.'
- value:
- type: string
- label: 'Item Value this is mapped to.'
- type:
- type: string
- label: 'Item Type this is mapped to.'
- udf_touch_mappings:
- type: sequence
- label: 'UDF Touch mappings'
- sequence:
- type: config_object
- label: 'UDF Touch mapping'
- mapping:
- id:
- type: string
- label: 'UDF Touch field identifier.'
- value:
- type: string
- label: 'Item Value this is mapped to.'
- type:
- type: string
- label: 'Item Type this is mapped to.'
- udf_event_mappings:
- type: sequence
- label: 'UDF Event mappings'
- sequence:
- type: config_object
- label: 'UDF Event mapping'
- mapping:
- id:
- type: string
- label: 'UDF Event field identifier.'
- value:
- type: string
- label: 'Item Value this is mapped to.'
- type:
- type: string
- label: 'Item Type this is mapped to.'
- visibility:
- type: config_object
- label: 'Visibility'
- mapping:
- path_patterns:
- type: string
- label: 'Path patterns'
- advanced:
- type: config_object
- label: 'Advanced'
- mapping:
- bootstrap_mode:
- type: string
- label: 'Bootstrap mode'
- content_replacement_mode:
- type: string
- label: 'Content replacement mode'
- cdf_version:
- type: integer
- label: 'Version of the CDF that is being used.'
- content_origins:
- type: text
- label: 'Origin Site UUIDs'
- langcode:
- type: string
- label: 'Language code'