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