care-8.x-1.x-dev/config/schema/care.schema.yml
config/schema/care.schema.yml
care.settings:
type: config_object
label: 'CARE settings'
mapping:
care_wsdl_url:
type: uri
label: 'URL for the CARE WSDL.'
care_ntlm_username:
type: string
label: 'NTLM username (optional).'
care_ntlm_password:
type: string
label: 'NTLM password (optional).'
care_test_wsdl_url:
type: uri
label: 'URL for the CARE testing database WSDL.'
care_test_ntlm_username:
type: string
label: 'NTLM username for testing (optional).'
care_test_ntlm_password:
type: string
label: 'Test NTLM password for testing (optional).'
care_database_to_use:
type: string
label: 'Which CARE database to use.'
care_doc_root:
type: uri
label: 'URL for the CARE documentation index.'
care_log_calls:
type: boolean
label: 'Whether to log calls to CARE with Watchdog.'
care_log_results:
type: string
label: 'Whether to log call results from CARE with Watchdog.' 