2021-12-07 12:33:45 -05:00
|
|
|
import deprecated from "discourse-common/lib/deprecated";
|
2016-06-14 14:31:51 -04:00
|
|
|
|
2017-07-14 08:27:28 -04:00
|
|
|
export function registerOption() {
|
2021-12-07 12:33:45 -05:00
|
|
|
deprecated(
|
|
|
|
"`registerOption() from `pretty-text` is deprecated. Use `helper.registerOptions()` instead.",
|
|
|
|
{
|
|
|
|
since: "2.8.0.beta9",
|
|
|
|
dropFrom: "2.9.0.beta1",
|
2022-11-16 05:00:39 -05:00
|
|
|
id: "discourse.pretty-text.registerOption",
|
2021-12-07 12:33:45 -05:00
|
|
|
}
|
|
|
|
);
|
2016-06-14 14:31:51 -04:00
|
|
|
}
|