acquia_lift.settings.yml in Acquia Lift Connector 8
Same filename in this branch
Same filename and directory in other branches
config/schema/acquia_lift.settings.yml
6 string references to 'acquia_lift.settings'
- 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.
- NodeTypeThumbnailFormHelper::__construct in src/
Service/ Helper/ NodeTypeThumbnailFormHelper.php - Constructor.
- PageContext::__construct in src/
Service/ Context/ PageContext.php - Constructor.
- PathContext::__construct in src/
Service/ Context/ PathContext.php - Constructor.
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_name:
- type: string
- label: 'Account name'
- customer_site:
- type: string
- label: 'Customer site'
- api_url:
- type: uri
- label: 'API URL'
- access_key:
- type: string
- label: 'Access key'
- secret_key:
- type: string
- label: 'Secret key'
- js_path:
- type: uri
- label: 'JavaScript Path'
- 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'
- thumbnail:
- type: sequence
- label: 'Thumbnail'
- sequence:
- type: config_object
- label: 'Content type'
- mapping:
- field:
- type: string
- label: 'Field'
- style:
- type: string
- label: 'Style'
- visibility:
- type: config_object
- label: 'Visibility'
- mapping:
- path_patterns:
- type: string
- label: 'Path patterns'
- langcode:
- type: string
- label: 'Language code'