Skip to content

Commit

Permalink
Allow inclusion of title translations from forms properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jun 30, 2017
1 parent 97be69b commit 1dc0631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medic-configurer-beta",
"version": "1.0.57",
"version": "1.0.58",
"description": "Configure Medic Mobile deployments",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/upload-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const warn = require('../lib/log').warn;
const PouchDB = require('pouchdb');


const SUPPORTED_PROPERTIES = ['context', 'icon', 'internalId'];
const SUPPORTED_PROPERTIES = ['context', 'icon', 'internalId', 'title'];


module.exports = (project, couchUrl, subDirectory, options) => {
Expand Down

0 comments on commit 1dc0631

Please sign in to comment.