-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACMS-000: Remove Acquia CMS Common dependency from Acquia CMS Search.
- Loading branch information
1 parent
033a896
commit 7a55aa5
Showing
5 changed files
with
12 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
modules/acquia_cms_search/config/schema/acquia_cms_search.schema.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
search_api.index.*.third_party.acquia_cms_common: | ||
search_api.index.*.third_party.acquia_cms_search: | ||
type: mapping | ||
label: 'Acquia CMS settings' | ||
label: 'Acquia CMS Search settings' | ||
mapping: | ||
# @see acquia_cms_search_search_api_server_insert() | ||
search_server: | ||
type: string | ||
label: 'Machine name of Search API server to which the index will be attached' | ||
# @see acquia_cms_search_node_type_insert() | ||
search_index: | ||
type: string | ||
label: 'Machine name of Search API index to which the index will be attached' |