Module: Card::Set::Format::AbstractFormat::ViewOpts

Included in:
Card::Set::Format::AbstractFormat
Defined in:
lib/card/set/format/abstract_format/view_opts.rb

Overview

handles processing of view definition options (not to be confused with view rendering options. For that, see View::Options)

Constant Summary collapse

VIEW_SETTINGS =

view setting values can be accessed from Format objects (eg within format blocks in set modules) using #view_setting(:setting_name, :view_name)

%i[cache commentable closed denial perms unknown wrap].freeze
VIEW_DEF_OPTS =

view def opts are used in defining views but are not available at any later point

%i[alias_to mod template async].freeze