Skip to content

Commit

Permalink
Unsetting feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Oct 2, 2020
1 parent 9c965b5 commit 2009a8a
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 2009a8a

Please sign in to comment.