Skip to content

Commit

Permalink
search_homepage: disabling plugin by default
Browse files Browse the repository at this point in the history
The search home page project is on hold indefinitely, for now disabling
the plugin by default unitl we start the project up again.
  • Loading branch information
TattdCodeMonkey committed Oct 3, 2024
1 parent 95bb0e0 commit 03e5a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/search_homepage/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { PluginConfigDescriptor } from '@kbn/core/server';
export * from './types';

const configSchema = schema.object({
enabled: schema.boolean({ defaultValue: true }),
enabled: schema.boolean({ defaultValue: false }),
ui: schema.object({
enabled: schema.boolean({ defaultValue: false }),
}),
Expand Down

0 comments on commit 03e5a7d

Please sign in to comment.