diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-27 18:00:57 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-27 18:00:57 -0400 |
| commit | ebb9226fd5d37e8033e87e41b8ac0355d68f954c (patch) | |
| tree | 8da5f8c450ab57379804a06000a24a875420f896 /server/lib/views/staff/fields.js | |
| parent | f2b0b712d4a73bfaeb1ed21674b0843f0d6fa28a (diff) | |
staff area for blueprints
Diffstat (limited to 'server/lib/views/staff/fields.js')
| -rw-r--r-- | server/lib/views/staff/fields.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/lib/views/staff/fields.js b/server/lib/views/staff/fields.js index 57eea7e..84c1efa 100644 --- a/server/lib/views/staff/fields.js +++ b/server/lib/views/staff/fields.js @@ -1,7 +1,8 @@ module.exports = { user: "_id username displayName photo created_at updated_at last_seen created_ip last_ip", project: "_id name slug user_id privacy layout_type created_at updated_at", - layout: "_id name slug user_id layout_type created_at updated_at", + layout: "_id name slug user_id layout_type is_stock created_at updated_at", + blueprint: "_id name slug user_id created_at updated_at", plans: "monthly_price yearly_price basic_layout_monthly_price basic_layout_yearly_price " + "pro_layout_monthly_price pro_layout_yearly_price " + "basic_layout_limit pro_layout_limit stock_project_limit basic_project_limit pro_project_limit", |
