class TrustyCms::Config

def selector?


Returns true if the item defintion includes a :select_from parameter that limits the range of permissible options.
def selector?
  definition.selector?
end