Commit all self-updates from Drupal upgrades INCLUDING obsolete permissions removal

This commit is contained in:
benjamin melançon 2022-01-28 19:20:33 -05:00
parent 518258a5b5
commit d839062213
308 changed files with 6052 additions and 6131 deletions

View file

@ -19,29 +19,26 @@ tips:
id: search-api-server-form-introduction
plugin: text
label: 'Adding or editing a Server'
body: 'This form can be used to edit an existing server or add a new server to your site. Servers will hold your indexed data.'
weight: 1
body: 'This form can be used to edit an existing server or add a new server to your site. Servers will hold your indexed data.'
search-api-server-form-name:
id: search-api-server-form-name
plugin: text
label: 'Server name'
body: 'Enter a name to identify this server. For example, "Solr server". This will only be displayed in the admin user interface.'
weight: 2
attributes:
data-id: edit-name
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'
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.'
weight: 3
attributes:
data-id: edit-description
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'
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.'
weight: 4
attributes:
data-id: edit-backend
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.'