mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
3d4faf3272
Automation (previously known as discourse-automation) is now a core plugin.
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
|