mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FEATURE: custom emojis
This commit is contained in:
parent
6e1601c10d
commit
45dbdb6896
3536 changed files with 477 additions and 245 deletions
8
app/serializers/user_field_serializer.rb
Normal file
8
app/serializers/user_field_serializer.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
class UserFieldSerializer < ApplicationSerializer
|
||||
attributes :id,
|
||||
:name,
|
||||
:description,
|
||||
:field_type,
|
||||
:editable,
|
||||
:required
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue