Sha256: 0c38f8d09033b69d5a02255a2ffd7640ad6b1fe66ecb287e3e0110ae16432857
Contents?: true
Size: 272 Bytes
Versions: 97
Compression:
Stored size: 272 Bytes
Contents
module Avo module Fields class TiptapField < BaseField attr_reader :always_show def initialize(id, **args, &block) super(id, **args, &block) hide_on :index @always_show = args[:always_show] || false end end end end
Version data entries
97 entries across 97 versions & 1 rubygems