Jump to content

Recommended Posts

Posted

Hi @Morphosis - glad you found a solution!

Based on the module documentation on Github, you can also define this in your site/config.php using an array-based syntax. Choose whichever method you would prefer!

Example:

/**
 * Module: SearchEngine
 *
 * Override any module settings or other config values here. Anything set here
 * cannot be overridden.
 *
 */
$config->SearchEngine = [
	// Render arguments affect the rendered output from the SearchEngine module.
    'render_args' => [
        // Various attributes used by the search form and results list when rendered.
        'form_action' => '/search/',
    ]
];

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...