Skip to content

Commit 45c093f

Browse files
authored
Merge pull request #405 from webflo/patch-1
Update README.md
2 parents 59633d4 + cf34d3f commit 45c093f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,12 @@ example for adding a mapping for Search API:
129129
parameters:
130130
drupal:
131131
entityMapping:
132-
block:
133-
search_api_index:
134-
class: Drupal\search_api\Entity\Index
135-
storage: Drupal\search_api\Entity\SearchApiConfigEntityStorage
136-
search_api_server:
137-
class: Drupal\search_api\Entity\Server
138-
storage: Drupal\search_api\Entity\SearchApiConfigEntityStorage
132+
search_api_index:
133+
class: Drupal\search_api\Entity\Index
134+
storage: Drupal\search_api\Entity\SearchApiConfigEntityStorage
135+
search_api_server:
136+
class: Drupal\search_api\Entity\Server
137+
storage: Drupal\search_api\Entity\SearchApiConfigEntityStorage
139138
```
140139

141140
Similarly, the `EntityStorageDynamicReturnTypeExtension` service helps to determine the type of the entity which is

0 commit comments

Comments
 (0)