discourse/app/assets
Joffrey JAFFEUX 931bfca454
DEV: allows categories-admin-dropdown to have custom items (#9931)
Usage:

```
modifySelectKit("categories-admin-dropdown").appendContent(function() {
  return {
    id: "foo",
    name: I18n.t("foo"),
    description: I18n.t("foo_description"),
    icon: "gear",
    onChange: () => alert("Foo.")
  };
});
```
2020-05-29 21:01:19 +02:00
..
images FIX: images:compress rake task 2019-03-15 15:23:57 +01:00
javascripts DEV: allows categories-admin-dropdown to have custom items (#9931) 2020-05-29 21:01:19 +02:00
stylesheets UI: various select-kit dropdown tweaks/cleaning (#9922) 2020-05-29 11:11:28 +02:00