diff --git a/src/ui/public/agg_types/agg_params.js b/src/ui/public/agg_types/agg_params.js index 22e85cf12a73a..9d49251b8fa90 100644 --- a/src/ui/public/agg_types/agg_params.js +++ b/src/ui/public/agg_types/agg_params.js @@ -7,6 +7,7 @@ import AggTypesParamTypesRegexProvider from 'ui/agg_types/param_types/regex'; import AggTypesParamTypesStringProvider from 'ui/agg_types/param_types/string'; import AggTypesParamTypesRawJsonProvider from 'ui/agg_types/param_types/raw_json'; import AggTypesParamTypesBaseProvider from 'ui/agg_types/param_types/base'; +import AggTypesParamTypesScriptingLangProvider from 'ui/agg_types/param_types/script_lang'; export default function AggParamsFactory(Private) { @@ -16,6 +17,7 @@ export default function AggParamsFactory(Private) { regex: Private(AggTypesParamTypesRegexProvider), string: Private(AggTypesParamTypesStringProvider), json: Private(AggTypesParamTypesRawJsonProvider), + script_lang: Private(AggTypesParamTypesScriptingLangProvider), _default: Private(AggTypesParamTypesBaseProvider) }; diff --git a/src/ui/public/agg_types/controls/script_lang.html b/src/ui/public/agg_types/controls/script_lang.html new file mode 100644 index 0000000000000..2c170e0e02e55 --- /dev/null +++ b/src/ui/public/agg_types/controls/script_lang.html @@ -0,0 +1,23 @@ +
+ + + + + + + + +
diff --git a/src/ui/public/agg_types/controls/text.html b/src/ui/public/agg_types/controls/text.html new file mode 100644 index 0000000000000..d10fcf6b0de2a --- /dev/null +++ b/src/ui/public/agg_types/controls/text.html @@ -0,0 +1,6 @@ +
+ +
+