1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 07:24:27 +02:00

User settings GUI, including some new components

This commit is contained in:
Toby Zerner
2015-03-28 11:33:18 +10:30
parent e710a2c93e
commit 6dcc14ef49
24 changed files with 472 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ export default DS.Model.extend(HasItemLists, {
avatarUrl: DS.attr('string'),
bio: DS.attr('string'),
bioHtml: DS.attr('string'),
preferences: DS.attr(),
groups: DS.hasMany('group'),