class TrustyCms::Config::Definition

def allow_blank?

A config item that does not allow_blank must be set or it will not be valid.
Returns true unless :allow_blank has been explicitly set to false. Defaults to true.
def allow_blank?
  true unless allow_blank == false
end