module Coco module Fields class UrlFieldComponent < ViewComponent::Form::UrlFieldComponent include Concerns::ActsAsFieldWithOptions end end end