Skip to content

Commit bc46a3a

Browse files
committed
Updated api index
1 parent 257b558 commit bc46a3a

3 files changed

Lines changed: 18 additions & 53 deletions

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"drupal/openid_connect": "^3.0@alpha",
4141
"drupal/paragraphs": "^1.16",
4242
"drupal/paragraphs_edit": "^3.0",
43-
"drupal/pathauto": "^1.12",
43+
"drupal/pathauto": "^1.13",
4444
"drupal/redirect": "^1.9",
4545
"drupal/search_api": "^1.29",
4646
"drupal/search_api_autocomplete": "^1.7",
@@ -227,6 +227,9 @@
227227
},
228228
"drupal/toc_api": {
229229
"https://www.drupal.org/project/toc_api/issues/3417862": "https://www.drupal.org/files/issues/2024-02-07/toc_api-3417862-anchors_add_01-1.patch"
230+
},
231+
"drupal/pathauto": {
232+
"Fix PHP 8.4 implicit nullable deprecation (https://www.drupal.org/project/pathauto/issues/3489108)": "https://www.drupal.org/files/issues/2025-03-06/pathauto-3489108.diff"
230233
}
231234
}
232235
}

composer.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/sync/search_api.index.os2loop_search_db_index.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ dependencies:
77
- field.storage.node.os2loop_documents_document_body
88
- field.storage.node.os2loop_documents_document_conte
99
- field.storage.node.os2loop_external_descripti
10-
- field.storage.node.os2loop_post_comments
1110
- field.storage.node.os2loop_post_content
12-
- field.storage.node.os2loop_question_answers
1311
- field.storage.node.os2loop_question_content
1412
- field.storage.node.os2loop_shared_category
1513
- field.storage.node.os2loop_shared_profession
@@ -233,14 +231,6 @@ field_settings:
233231
dependencies:
234232
config:
235233
- field.storage.node.os2loop_external_descripti
236-
os2loop_post_comments:
237-
label: Comments
238-
datasource_id: 'entity:node'
239-
property_path: os2loop_post_comments
240-
type: string
241-
dependencies:
242-
config:
243-
- field.storage.node.os2loop_post_comments
244234
os2loop_post_content:
245235
label: Content
246236
datasource_id: 'entity:node'
@@ -249,14 +239,6 @@ field_settings:
249239
dependencies:
250240
config:
251241
- field.storage.node.os2loop_post_content
252-
os2loop_question_answers:
253-
label: Answers
254-
datasource_id: 'entity:node'
255-
property_path: os2loop_question_answers
256-
type: string
257-
dependencies:
258-
config:
259-
- field.storage.node.os2loop_question_answers
260242
os2loop_question_content:
261243
label: Content
262244
datasource_id: 'entity:node'
@@ -330,16 +312,6 @@ field_settings:
330312
- field.storage.paragraph.os2loop_documents_tbl_cont
331313
module:
332314
- paragraphs
333-
processed_answer:
334-
label: Answer
335-
datasource_id: 'entity:node'
336-
property_path: 'search_api_reverse_entity_references_comment__entity_id:os2loop_question_answer:processed'
337-
type: text
338-
processed_comment:
339-
label: Comment
340-
datasource_id: 'entity:node'
341-
property_path: 'search_api_reverse_entity_references_comment__entity_id:os2loop_post_comment:processed'
342-
type: text
343315
title:
344316
label: Title
345317
datasource_id: 'entity:node'
@@ -407,15 +379,11 @@ processor_settings:
407379
- os2loop_documents_tai_text
408380
- os2loop_documents_title
409381
- os2loop_external_descripti
410-
- os2loop_post_comments
411382
- os2loop_post_content
412-
- os2loop_question_answers
413383
- os2loop_question_content
414384
- os2loop_shared_category_name
415385
- os2loop_shared_subject_name
416386
- processed
417-
- processed_answer
418-
- processed_comment
419387
- title
420388
- type
421389
title: false
@@ -449,15 +417,11 @@ processor_settings:
449417
- os2loop_documents_tai_text
450418
- os2loop_documents_title
451419
- os2loop_external_descripti
452-
- os2loop_post_comments
453420
- os2loop_post_content
454-
- os2loop_question_answers
455421
- os2loop_question_content
456422
- os2loop_shared_category_name
457423
- os2loop_shared_subject_name
458424
- processed
459-
- processed_answer
460-
- processed_comment
461425
- title
462426
- type
463427
language_with_fallback: { }
@@ -491,8 +455,6 @@ processor_settings:
491455
- os2loop_shared_category_name
492456
- os2loop_shared_subject_name
493457
- processed
494-
- processed_answer
495-
- processed_comment
496458
- title
497459
spaces: ''
498460
ignored: ._-

0 commit comments

Comments
 (0)