FEATURE: selectable avatars

This commit is contained in:
Régis Hanol
2018-07-18 12:57:43 +02:00
parent a24b9981c6
commit 6d6e026e3c
28 changed files with 435 additions and 80 deletions

View File

@ -9,7 +9,8 @@ const CUSTOM_TYPES = [
"host_list",
"category_list",
"value_list",
"category"
"category",
"uploaded_image_list",
];
export default Ember.Mixin.create({