auto_alter-8.x-1.x-dev/modules/auto_alter_translate/config/schema/auto_alter_translate.settings.schema.yml
modules/auto_alter_translate/config/schema/auto_alter_translate.settings.schema.yml
# Schema for the configuration files of the Auto Alter module.
auto_alter_translate.settings:
type: config_object
label: 'Auto Alter Translation Config'
mapping:
endpoint:
type: string
label: 'Endpoint'
credential_provider:
type: string
label: 'Credential provider'
credentials:
type: sequence
label: 'Credentials'
sequence:
type: auto_alter_translate.credentials.[%key]
status:
type: boolean
label: 'Status'
suggestion:
type: boolean
label: 'Suggestion'
auto_alter_translate.credentials.config:
type: mapping
label: 'Auto Alter Translation credentials'
mapping:
api_key:
type: string
label: 'API Key'
auto_alter_translate.credentials.key:
type: mapping
label: 'Auto Alter Translation credentials with Key Module'
mapping:
api_key_key:
type: string
label: 'API key'
