Apply automatic config self-updates

This commit is contained in:
Keegan Rankin 2024-03-01 11:46:17 -08:00
parent 8fc1d9390d
commit 2076a4e99d
30 changed files with 97 additions and 81 deletions

View file

@ -26,19 +26,19 @@ tips:
plugin: text
label: 'Server name'
weight: 2
body: 'Enter a name to identify this server. For example, "Solr server". This will only be displayed in the admin user interface.'
selector: '#edit-name'
body: 'Enter a name to identify this server. For example, "Solr server". This will only be displayed in the admin user interface.'
search-api-server-form-description:
id: search-api-server-form-description
plugin: text
label: 'Server description'
weight: 3
body: 'Optionally, enter a description to explain the function of the server in more detail. This will only be displayed in the admin user interface.'
selector: '#edit-description'
body: 'Optionally, enter a description to explain the function of the server in more detail. This will only be displayed in the admin user interface.'
search-api-server-form-backend:
id: search-api-server-form-backend
plugin: text
label: 'Server backend'
weight: 4
body: 'Servers can be based on different technologies. These are called "backends". A server uses exactly one backend and cannot change it later. You can make the "Database" backend available by enabling the "Database Search" module. Another very common backend is <a href="https://www.drupal.org/project/search_api_solr">"Solr"</a>, which requires to be set up separately.'
selector: '#edit-backend'
body: 'Servers can be based on different technologies. These are called "backends". A server uses exactly one backend and cannot change it later. You can make the "Database" backend available by enabling the "Database Search" module. Another very common backend is <a href="https://www.drupal.org/project/search_api_solr">"Solr"</a>, which requires to be set up separately.'