Close #3478666 Add Config Schema for Google Programmable Search.
Closes #3478666
I added a schema file for the search.plugin.google_cse_search plugin configuration.
Tested with config_inspector module.
Edited by Chris Green
Merge request reports
Activity
added 1 commit
- ee5987d9 - Remove constraints from config schema, which only work in Drupal 10.2 and later.
- config/schema/google_cse.schema.yml 0 → 100644
15 label: 'Display Google watermark' 16 description: 'Whether to show the Google watermark.' 17 results_display: 18 type: string 19 label: 'Search Results Display' 20 description: 'Where the search results should be displayed: on-site or on Google.' 21 custom_results_display: 22 type: string 23 label: 'Custom Results Display' 24 description: 'The layout to use for displaying the search results.' 25 results_prefix: 26 type: string 27 label: 'Search results prefix text' 28 description: 'Text to appear before the search results. Basic HTML is allowed.' 29 results_suffix: 30 type: string changed this line in version 4 of the diff
- config/schema/google_cse.schema.yml 0 → 100644
11 label: 'Display Drupal-provided search input' 12 description: 'Whether to display the Drupal-provided search input or use Google’s search input.' 13 watermark: 14 type: boolean 15 label: 'Display Google watermark' 16 description: 'Whether to show the Google watermark.' 17 results_display: 18 type: string 19 label: 'Search Results Display' 20 description: 'Where the search results should be displayed: on-site or on Google.' 21 custom_results_display: 22 type: string 23 label: 'Custom Results Display' 24 description: 'The layout to use for displaying the search results.' 25 results_prefix: 26 type: string changed this line in version 5 of the diff
added 6 commits
-
3437fd8f - 1 commit from branch
project:5.x
- 5cd4a25b - Close #3478666 Add Config Schema for Google Programmable Search.
- 83eec6c6 - Hopefully fix PHPUnit errors.
- 48952c1b - Remove constraints from config schema, which only work in Drupal 10.2 and later.
- bfb225da - change string to text
- 4ff743ab - Change string to test
Toggle commit list-
3437fd8f - 1 commit from branch
Please register or sign in to reply