mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Adds support for a description to user fields.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Fabricator(:user_field) do
|
||||
name { sequence(:name) {|i| "field_#{i}" } }
|
||||
description "user field description"
|
||||
field_type 'text'
|
||||
editable true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user