Skip to content

Commit

Permalink
Merge pull request #373 from craigspaeth/modelzing
Browse files Browse the repository at this point in the history
@craigspaeth: More meta data for admins to edit
  • Loading branch information
craigspaeth committed May 3, 2015
2 parents 23499e4 + 76f89b6 commit fba77e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/apps/verticals/model.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ request = require 'superagent'
schema = (->
id: @objectId()
title: @string().allow('', null)
meta_title: @string().allow('', null)
description: @string().allow('', null)
slug: @string().allow('', null)
partner_logo_url: @string().allow('', null)
partner_website_url: @string().allow('', null)
thumbnail_url: @string().allow('', null)
featured_articles_header: @string().allow('', null)
featured_article_ids: @array().items(@objectId()).allow(null)
start_at: @date().allow(null)
end_at: @date().allow(null)
Expand Down

0 comments on commit fba77e6

Please sign in to comment.