mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
8 lines
169 B
Ruby
8 lines
169 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:automation_field, from: DiscourseAutomation::Field) do
|
|
automation
|
|
name "custom_field_name"
|
|
component "custom_field"
|
|
end
|