Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Update the content schema
Browse files Browse the repository at this point in the history
The content schemas were modified in PR: alphagov/govuk-content-schemas#374

The content published by the calculators app has to conform to the updated
schema.
  • Loading branch information
leenagupte committed Aug 17, 2016
1 parent 8f18023 commit 4ccddd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/presenters/calculator_content_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def payload
{
title: calculator.title,
base_path: base_path,
format: 'placeholder_calculator',
schema_name: 'placeholder_calculator',
document_type: 'calculator_document',
details: {},
publishing_app: 'calculators',
rendering_app: 'calculators',
Expand Down

0 comments on commit 4ccddd9

Please sign in to comment.