discourse/test
Joffrey JAFFEUX b2b565c2fb
select-kit initial plugin api implementation (0.8.13)
```
api.modifySelectKit("identifier-of-the-select-targeted")
  .modifyContent((context, existingContent) => {})
  .appendContent(() => {})
  .prependContent(() => {})
  .onSelect((context, val) => {});
```
2017-11-22 10:34:12 +01:00
..
javascripts select-kit initial plugin api implementation (0.8.13) 2017-11-22 10:34:12 +01:00
stylesheets FEATURE: Introduces new emoji-picker 2017-07-19 16:48:23 +02:00