Skip to content

Commit

Permalink
Undid config change
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson authored Aug 27, 2020
1 parent 0a6b5d2 commit 9a608f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/dashboard/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import { schema, TypeOf } from '@kbn/config-schema';

export const configSchema = schema.object({
allowByValueEmbeddables: schema.boolean({ defaultValue: true }),
allowByValueEmbeddables: schema.boolean({ defaultValue: false }),
});

export type ConfigSchema = TypeOf<typeof configSchema>;

0 comments on commit 9a608f5

Please sign in to comment.