forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
31 lines
657 B
YAML
31 lines
657 B
YAML
search_api.server.*:
|
|
type: config_entity
|
|
label : 'Search server'
|
|
mapping:
|
|
id:
|
|
type: string
|
|
label: 'ID'
|
|
name:
|
|
type: label
|
|
label: 'Name'
|
|
description:
|
|
type: text
|
|
label: 'Description'
|
|
status:
|
|
type: boolean
|
|
label: 'Status'
|
|
backend:
|
|
type: string
|
|
label: 'Backend Plugin ID'
|
|
backend_config:
|
|
type: plugin.plugin_configuration.search_api_backend.[%parent.backend]
|
|
langcode:
|
|
type: string
|
|
label: 'Language code'
|
|
dependencies:
|
|
type: config_dependencies
|
|
label: 'Dependencies'
|
|
|
|
plugin.plugin_configuration.search_api_backend.*:
|
|
type: mapping
|