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

@ -17,37 +17,33 @@ tips:
id: search-api-server-introduction
plugin: text
label: 'Information about a server'
body: 'This page shows a summary of a search server.'
weight: 1
body: 'This page shows a summary of a search server.'
search-api-server-status:
id: search-api-server-status
plugin: text
label: Status
body: 'Shows whether the server is currently enabled or disabled.'
weight: 2
attributes:
data-class: search-api-server-summary--status
selector: .search-api-server-summary--status
body: 'Shows whether the server is currently enabled or disabled.'
search-api-server-backend:
id: search-api-server-backend
plugin: text
label: 'Backend class'
body: 'The backend plugin used for this server. The backend plugin determines how items are indexed and searched for example, using the database or an Apache Solr server.'
weight: 3
attributes:
data-class: search-api-server-summary--backend
selector: .search-api-server-summary--backend
body: 'The backend plugin used for this server. The backend plugin determines how items are indexed and searched for example, using the database or an Apache Solr server.'
search-api-server-indexes:
id: search-api-server-indexes
plugin: text
label: 'Search indexes'
body: 'Lists all search indexes that are attached to this server.'
weight: 4
attributes:
data-class: search-api-server-summary--indexes
selector: .search-api-server-summary--indexes
body: 'Lists all search indexes that are attached to this server.'
search-api-server-clear:
id: search-api-server-clear
plugin: text
label: 'Delete all indexed data'
body: 'This will permanently remove all data currently indexed on this server for indexes that aren''t read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results.'
weight: 5
attributes:
data-id: edit-clear
selector: '#edit-clear'
body: 'This will permanently remove all data currently indexed on this server for indexes that aren''t read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results.'