Joffrey JAFFEUX 6405159484
FEATURE: adds a new plugin api to decorate plugin outlets (#8937)
```
api.decoratePluginOutlet(
  "discovery-list-container-top",
  elem => {
    if (elem.classList.contains("foo")) {
      elem.style.backgroundColor = "yellow";
    }
  }
);
```
2020-02-13 23:44:34 +01:00
..
2019-03-21 13:16:55 +01:00
2019-10-11 15:33:34 -04:00
2019-06-11 10:05:57 +08:00
2020-02-03 14:22:14 +01:00
2019-02-06 23:55:05 +02:00
2019-07-03 16:32:27 +02:00
2020-02-03 14:22:14 +01:00