Skip to content
Snippets Groups Projects

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green resolved all threads

    resolved all threads

  • 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
  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Mark Fullmer added 6 commits

    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

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading