class TinyMCE::Rails::Configuration

def valid_property_name?(key)

def valid_property_name?(key)
  key =~ /^(?![0-9])[a-zA-Z0-9$_]+$/
end