Sha256: 928a4bf0d1e69ac83156e1595716ecd01e6ed452080655f60eced5860bc600ca
Contents?: true
Size: 436 Bytes
Versions: 9
Compression:
Stored size: 436 Bytes
Contents
module Admin module Viewable module Link extend ActiveSupport::Concern included do rails_admin do visible false field :title field :url, :string field :page field :file, :rich_picker do config type: :file, allowed_styles: [:original], scoped: 'cms' end fields :target_blank, :turbolink end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems